From b6762e292ca4f7ddf73f5752b571d3e0f04adbbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SZ=20Lin=20=28=E6=9E=97=E4=B8=8A=E6=99=BA=29?= Date: Tue, 26 May 2020 12:04:11 +0800 Subject: [PATCH] Fix typos (#595) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a trial patch to fix the typos Signed-off-by: SZ Lin (林上智) --- nnn.1 | 2 +- plugins/nuke | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nnn.1 b/nnn.1 index 182fdd4..3f5cac4 100644 --- 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 diff --git a/plugins/nuke b/plugins/nuke index dd85c97..1d2cd68 100755 --- a/plugins/nuke +++ b/plugins/nuke @@ -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;;