aboutsummaryrefslogtreecommitdiff
path: root/src/core/file.h
diff options
context:
space:
mode:
authormochalins <117967760+mochalins@users.noreply.github.com>2025-05-23 17:02:52 +0900
committerGarrett D'Amore <garrett@damore.org>2025-06-02 07:24:06 -0700
commit4e1ffdca6d97c1bddc460835c94b16bc64284861 (patch)
tree80c27b0e509c8d7001619af27a33794f4bcad3c4 /src/core/file.h
parent1323aece0712522ccb2bf432b5085889a3513fa8 (diff)
downloadnng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.gz
nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.bz2
nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.zip
Fix typos across docs, comments, and CMake
Diffstat (limited to 'src/core/file.h')
-rw-r--r--src/core/file.h2
1 files changed, 1 insertions, 1 deletions
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 *);