fixed: typographic error in help

- Changed "extention" to "extension"
This commit is contained in:
Chathika Weerasuriya 2021-01-15 18:09:35 +00:00 committed by David Peter
parent 6a3aae52fd
commit 9bc20e38b1
1 changed files with 1 additions and 1 deletions

2
doc/fd.1 vendored
View File

@ -324,7 +324,7 @@ $ fd needle
.RI "Start a search in a given directory (" /var/log "):"
$ fd nginx /var/log
.TP
.RI "Find all Python files (all files with the extention " .py ") in the current directory:"
.RI "Find all Python files (all files with the extension " .py ") in the current directory:"
$ fd -e py
.TP
.RI "Open all search results with vim:"