diff options
author | hut <hut@lavabit.com> | 2013-06-16 18:16:36 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-06-16 18:22:58 +0200 |
commit | 329fd725230a5618be01414d51e7684e07a49680 (patch) | |
tree | 16b9bc8e21fbd8f21168ecee70118a6f26b19447 | |
parent | 8eef932b21411c9abf1c80351d75b2adde875e13 (diff) | |
download | ranger-329fd725230a5618be01414d51e7684e07a49680.tar.gz |
scope.sh: typo
Thanks to niku for the patch.
-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 64bab712..ce113a9e 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -33,7 +33,7 @@ extension=${path##*.} # the return value AND want to use the output in a pipe try() { output=$(eval '"$@"'); } -# writes the output of the previouosly used "try" command +# writes the output of the previously used "try" command dump() { echo "$output"; } # a common post-processing function used after most commands |