Fossil SCM

Fix small typo in comments (no functional changes)

mgagnon 2021-04-30 20:44 trunk
Commit 6f9ed5636ad3a534848dc7e9bdd573a7eab386ace5ef82a8c7801191ac159fd7
1 file changed +2 -2
+2 -2
--- src/file.c
+++ src/file.c
@@ -2164,12 +2164,12 @@
21642164
#endif
21652165
return z;
21662166
}
21672167
21682168
/*
2169
-** Count the number of objects (files and subdirectores) in a given
2170
-** directory. Return the count. Return -1 of the object is not a
2169
+** Count the number of objects (files and subdirectories) in a given
2170
+** directory. Return the count. Return -1 if the object is not a
21712171
** directory.
21722172
*/
21732173
int file_directory_size(const char *zDir, const char *zGlob, int omitDotFiles){
21742174
void *zNative;
21752175
DIR *d;
21762176
--- src/file.c
+++ src/file.c
@@ -2164,12 +2164,12 @@
2164 #endif
2165 return z;
2166 }
2167
2168 /*
2169 ** Count the number of objects (files and subdirectores) in a given
2170 ** directory. Return the count. Return -1 of the object is not a
2171 ** directory.
2172 */
2173 int file_directory_size(const char *zDir, const char *zGlob, int omitDotFiles){
2174 void *zNative;
2175 DIR *d;
2176
--- src/file.c
+++ src/file.c
@@ -2164,12 +2164,12 @@
2164 #endif
2165 return z;
2166 }
2167
2168 /*
2169 ** Count the number of objects (files and subdirectories) in a given
2170 ** directory. Return the count. Return -1 if the object is not a
2171 ** directory.
2172 */
2173 int file_directory_size(const char *zDir, const char *zGlob, int omitDotFiles){
2174 void *zNative;
2175 DIR *d;
2176

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button