diff options
Diffstat (limited to 'src/names.c')
-rw-r--r-- | src/names.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/names.c b/src/names.c index 272653da..503facb4 100644 --- a/src/names.c +++ b/src/names.c @@ -395,7 +395,7 @@ handle_file_selection_option (int key, const char *arg) break; case NO_ANCHORED_OPTION: - include_anchored = 0; /* Clear the default for comman line args */ + include_anchored = 0; /* Clear the default for command line args */ matching_flags &= ~ EXCLUDE_ANCHORED; break; |