Fossil SCM
Fix small typo in comments (no functional changes)
Commit
6f9ed5636ad3a534848dc7e9bdd573a7eab386ace5ef82a8c7801191ac159fd7
Parent
668f0e71e63c434…
1 file changed
+2
-2
+2
-2
| --- src/file.c | ||
| +++ src/file.c | ||
| @@ -2164,12 +2164,12 @@ | ||
| 2164 | 2164 | #endif |
| 2165 | 2165 | return z; |
| 2166 | 2166 | } |
| 2167 | 2167 | |
| 2168 | 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 | |
| 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 | 2171 | ** directory. |
| 2172 | 2172 | */ |
| 2173 | 2173 | int file_directory_size(const char *zDir, const char *zGlob, int omitDotFiles){ |
| 2174 | 2174 | void *zNative; |
| 2175 | 2175 | DIR *d; |
| 2176 | 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 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 |