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