diff options
author | hut <hut@lavabit.com> | 2013-06-21 04:39:05 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-06-21 04:39:21 +0200 |
commit | 1f795f3d7786f4b54141ce6e9e8faddfc59237b6 (patch) | |
tree | af4462ebc9ede6a1395538a6555aabcc381dcc6b | |
parent | 5eb98930ad34e1008109f2c1d6e90aa1a72e23cc (diff) | |
download | ranger-1f795f3d7786f4b54141ce6e9e8faddfc59237b6.tar.gz |
config/commands.py: typo
Thanks to niku for the patch.
-rw-r--r-- | ranger/config/commands.py | 2 |
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 |