about summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorMarie-Helene Burle <marie.burle@westgrid.ca>2021-06-21 10:57:31 -0700
committerMarie-Helene Burle <marie.burle@westgrid.ca>2021-06-21 10:57:31 -0700
commitd9b7639d11a9564ebc948b53d89ec88d5b95bb5d (patch)
tree914bc1b18145738818634b032615b8e5e3073547 /ranger
parentca020f8cf13bfa66c48658a14108e0c86598fe88 (diff)
downloadranger-d9b7639d11a9564ebc948b53d89ec88d5b95bb5d.tar.gz
minor edits of comments
Diffstat (limited to 'ranger')
-rwxr-xr-xranger/data/scope.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh
index e1a336e0..b31e21f6 100755
--- a/ranger/data/scope.sh
+++ b/ranger/data/scope.sh
@@ -282,9 +282,9 @@ handle_mime() {
             pandoc -s -t markdown -- "${FILE_PATH}" && exit 5
             exit 1;;
 
-	## Mails
+	## E-mails
 	message/rfc822)
-	    ## Parse email with mu: https://github.com/djcb/mu
+	    ## Preview email with mu: https://github.com/djcb/mu
 	    mu view -- "${FILE_PATH}" && exit 5
 	    exit 1;;