diff options
author | Toon Nolten <toonn@toonn.io> | 2019-01-02 20:11:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 20:11:14 +0100 |
commit | 16a4171353a8bb0bbfbe9c35a5d9440717195bb2 (patch) | |
tree | 25687051c744f7a2a2e241195251cd9531f8382a | |
parent | e06e12efc456bdeb572de3da727d7959fe10ceef (diff) | |
parent | 6c84a5639f0befa9bdf8716e297926ddaab53ae9 (diff) | |
download | ranger-16a4171353a8bb0bbfbe9c35a5d9440717195bb2.tar.gz |
Merge pull request #1428 from saschagrunert/patch-1
Fix typo in scope.sh
-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;; |