about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorToon Nolten <toonn@toonn.io>2019-01-02 20:11:14 +0100
committerGitHub <noreply@github.com>2019-01-02 20:11:14 +0100
commit16a4171353a8bb0bbfbe9c35a5d9440717195bb2 (patch)
tree25687051c744f7a2a2e241195251cd9531f8382a
parente06e12efc456bdeb572de3da727d7959fe10ceef (diff)
parent6c84a5639f0befa9bdf8716e297926ddaab53ae9 (diff)
downloadranger-16a4171353a8bb0bbfbe9c35a5d9440717195bb2.tar.gz
Merge pull request #1428 from saschagrunert/patch-1
Fix typo in scope.sh
-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;;