]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix typos (#595)
authorSZ Lin (林上智) <szlin@debian.org>
Tue, 26 May 2020 04:04:11 +0000 (12:04 +0800)
committerGitHub <noreply@github.com>
Tue, 26 May 2020 04:04:11 +0000 (09:34 +0530)
This is a trial patch to fix the typos

Signed-off-by: SZ Lin (林上智) <szlin@debian.org>
nnn.1
plugins/nuke

diff --git a/nnn.1 b/nnn.1
index 182fdd4a8b740a9af9728f50efe20df45ea5147a..3f5cac4ed4040d7103b646af2a68fafa9d1f839d 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -428,7 +428,7 @@ separated by \fI;\fR:
     export NNN_FIFO='/tmp/nnn.fifo'
 
     NOTES:
-    1. Overriden by a temporary path with -a option.
+    1. Overridden by a temporary path with -a option.
     2. If the FIFO file doesn't exist it will be created, but not removed (unless it is generated by -a option).
 .Ed
 .Pp
index dd85c97fd50e1a08ab66e081a469fdddbd7daf1b..1d2cd688e246b545817e53306811a8c71816ed89 100755 (executable)
@@ -312,7 +312,7 @@ handle_multimedia() {
                 # convert -- "${FPATH}" -auto-orient "${IMAGE_CACHE_PATH}" && exit 6
             # fi
 
-            ## `w3mimgdisplay` will be called for all images (unless overriden
+            ## `w3mimgdisplay` will be called for all images (unless overridden
             ## as above), but might fail for unsupported types.
             exit 7;;