Fix typo in fd.1

This commit is contained in:
Andreas Lappe 2020-12-04 07:52:58 +01:00 committed by David Peter
parent 9412648ee9
commit 2338b3bc81
1 changed files with 1 additions and 1 deletions

2
doc/fd.1 vendored
View File

@ -57,7 +57,7 @@ pattern contains an uppercase character (smart case).
Perform a glob-based search instead of a regular expression search.
.TP
.B \-\-regex
Perform a regular-expression based seach (default). This can be used to override --glob.
Perform a regular-expression based search (default). This can be used to override --glob.
.TP
.B \-F, \-\-fixed\-strings
Treat the pattern as a literal string instead of a regular expression.