about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2019-01-06 16:33:33 +0100
committerGitHub <noreply@github.com>2019-01-06 16:33:33 +0100
commit2da0853398618efc14b41186d8c5f1ead26725ee (patch)
treeb8cb513e4e1eccb721ba59610c00c67e6c29108f
parent8d6b32b77e5a0d53582b8c1801c359574813f3d8 (diff)
parent16a4171353a8bb0bbfbe9c35a5d9440717195bb2 (diff)
downloadranger-2da0853398618efc14b41186d8c5f1ead26725ee.tar.gz
Merge branch 'master' into kitty-fullscreen
-rwxr-xr-xranger/data/scope.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh
index 8e0a0f6d..326796e1 100755
--- a/ranger/data/scope.sh
+++ b/ranger/data/scope.sh
@@ -110,7 +110,7 @@ handle_image() {
                 convert -- "${FILE_PATH}" -auto-orient "${IMAGE_CACHE_PATH}" && exit 6
             fi
 
-            # `w3mimgdisplay` will be called for all images (unless overriden as above),
+            # `w3mimgdisplay` will be called for all images (unless overridden as above),
             # but might fail for unsupported types.
             exit 7;;