From 9bc20e38b169e880eeeb6fba59c31cd201cf4081 Mon Sep 17 00:00:00 2001 From: Chathika Weerasuriya <35107456+weerasuriya@users.noreply.github.com> Date: Fri, 15 Jan 2021 18:09:35 +0000 Subject: [PATCH] fixed: typographic error in help - Changed "extention" to "extension" --- doc/fd.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fd.1 b/doc/fd.1 index 70804d2..4a9d02c 100644 --- a/doc/fd.1 +++ b/doc/fd.1 @@ -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:"