summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-06-21 04:39:05 +0200
committerhut <hut@lavabit.com>2013-06-21 04:39:21 +0200
commit1f795f3d7786f4b54141ce6e9e8faddfc59237b6 (patch)
treeaf4462ebc9ede6a1395538a6555aabcc381dcc6b
parent5eb98930ad34e1008109f2c1d6e90aa1a72e23cc (diff)
downloadranger-1f795f3d7786f4b54141ce6e9e8faddfc59237b6.tar.gz
config/commands.py: typo
Thanks to niku for the patch.
-rw-r--r--ranger/config/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index 00b978b9..e4415b64 100644
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -1195,7 +1195,7 @@ class diff(Command):
     """
     :diff
 
-    Displays a diff of selected files against the last commited version
+    Displays a diff of selected files against the last committed version
     """
     def execute(self):
         from ranger.ext.vcs import VcsError
300 autotools: introduce choice among libxml2 and expat' href='/danisanti/profani-tty/commit/configure.ac?id=a16c53f53a434464f49315c1943c9b64e9cfcefc'>a16c53f5 ^
d2035496 ^

a16c53f5 ^

d2035496 ^

a16c53f5 ^
2655d9e8 ^
7d6e64a5 ^
d2035496 ^
7d6e64a5 ^

d2035496 ^
7d6e64a5 ^


d2035496 ^









78841f2e ^


d2035496 ^


78841f2e ^


d2035496 ^


03dd5f58 ^
d2035496 ^
03dd5f58 ^
d2035496 ^
03dd5f58 ^
d2035496 ^
d28930ea ^
d2035496 ^
03dd5f58 ^
d2035496 ^
5b769a3f ^
d2035496 ^
c588a118 ^
28f5cdf7 ^
2655d9e8 ^

d28930ea ^
d2035496 ^
d28930ea ^
8e0d8d2a ^
11066f20 ^
d2035496 ^
5b769a3f ^
11066f20 ^
d2035496 ^





e9225687 ^
c2e94bfb ^
2655d9e8 ^
b80bf037 ^
3c062438 ^



11066f20 ^

2655d9e8 ^

8014e902 ^
2655d9e8 ^


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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105