diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-01-06 16:33:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-06 16:33:33 +0100 |
commit | 2da0853398618efc14b41186d8c5f1ead26725ee (patch) | |
tree | b8cb513e4e1eccb721ba59610c00c67e6c29108f | |
parent | 8d6b32b77e5a0d53582b8c1801c359574813f3d8 (diff) | |
parent | 16a4171353a8bb0bbfbe9c35a5d9440717195bb2 (diff) | |
download | ranger-2da0853398618efc14b41186d8c5f1ead26725ee.tar.gz |
Merge branch 'master' into kitty-fullscreen
-rwxr-xr-x | ranger/data/scope.sh | 2 |
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;; |