Skip to content

Commit b0021bf

Browse files
Fix typo
1 parent 85f7559 commit b0021bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ BlackListCompare(const void *str1, const void *str2)
368368
* pgFile objects to "files". We add "root" to "files" if add_root is true.
369369
*
370370
* When omit_symlink is true, symbolic link is ignored and only file or
371-
* directory llnked to will be listed.
371+
* directory linked to will be listed.
372372
*/
373373
void
374374
dir_list_file(parray *files, const char *root, bool exclude, bool omit_symlink,

0 commit comments

Comments
 (0)