diff options
author | Marie-Helene Burle <msb2@sfu.ca> | 2019-05-30 17:31:15 -0700 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-30 21:16:38 +0100 |
commit | 7739de585d5b61e48728461a74c5ea6d80485be8 (patch) | |
tree | 5fdebbdfae7d9080c3df4531ad4a5a486225c375 | |
parent | 6e91ecb14fdbb35b3659fe3ad8deb60d96b28e76 (diff) | |
download | ranger-7739de585d5b61e48728461a74c5ea6d80485be8.tar.gz |
Fix typo in a comment of previous commit
-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 da467efa..f9b9498b 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -87,7 +87,7 @@ handle_extension() { ## RTF and DOC rtf|doc) - ## Preview as markdown conversion + ## Preview as text conversion ## note: catdoc does not always work for .doc files catdoc "${FILE_PATH}" && exit 5 exit 1;; |