From 4e1ffdca6d97c1bddc460835c94b16bc64284861 Mon Sep 17 00:00:00 2001 From: mochalins <117967760+mochalins@users.noreply.github.com> Date: Fri, 23 May 2025 17:02:52 +0900 Subject: Fix typos across docs, comments, and CMake --- src/core/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/file.h') diff --git a/src/core/file.h b/src/core/file.h index f89b1729..724b9d35 100644 --- a/src/core/file.h +++ b/src/core/file.h @@ -82,7 +82,7 @@ extern const char *nni_file_basename(const char *); // false if an error occurs, or the path references something else. extern bool nni_file_is_file(const char *); -// nni_file_is_dir returns true if the path references a directroy. It returns +// nni_file_is_dir returns true if the path references a directory. It returns // false if an error occurs, or the path references something else. extern bool nni_file_is_dir(const char *); -- cgit v1.2.3-70-g09d2