summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-06-16 18:16:36 +0200
committerhut <hut@lavabit.com>2013-06-16 18:22:58 +0200
commit329fd725230a5618be01414d51e7684e07a49680 (patch)
tree16b9bc8e21fbd8f21168ecee70118a6f26b19447 /ranger
parent8eef932b21411c9abf1c80351d75b2adde875e13 (diff)
downloadranger-329fd725230a5618be01414d51e7684e07a49680.tar.gz
scope.sh: typo
Thanks to niku for the patch.
Diffstat (limited to 'ranger')
-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 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
/TODO?h=v1.2.1&id=f13e7310ef7b9fa91f219c91e03f46573d42d2ed'>^
b5493fe4 ^

ef0ee843 ^
0b8a9d79 ^
a6791aee ^
23236d0c ^
08f21ae5 ^
4b826595 ^
757e1f55 ^
277ecc9e ^
9983328c ^
752378e0 ^
a1274aba ^
b42eb058 ^
b13518af ^
509afd70 ^
fc486c60 ^
b4934e42 ^
2c1d2db0 ^
291ca616 ^
50845f37 ^
67388ea8 ^

4be8b401 ^



d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
5e449699 ^
fc486c60 ^
7b04e507 ^
0268e3c3 ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62