summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-07-17 02:45:58 +0200
committerhut <hut@lavabit.com>2010-07-17 02:45:58 +0200
commitbbe783498ca9afaa8ddcde21ae9327f476a24442 (patch)
tree3e97d12868318da72a7c8858f628317ab4a46c47
parent8b9099835d30fc155ba6e810e75b45fff027b630 (diff)
downloadranger-bbe783498ca9afaa8ddcde21ae9327f476a24442.tar.gz
help.console: typo
-rw-r--r--ranger/help/console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/help/console.py b/ranger/help/console.py
index d1764841..3768a79a 100644
--- a/ranger/help/console.py
+++ b/ranger/help/console.py
@@ -186,7 +186,7 @@ There is a special syntax for more control:
 !@ mplayer     will open the selected files with mplayer
 	       (equivalent to !mplayer %s)
 
-Those two can be combinated:
+Those two can be combined:
 
 !d!@mplayer    will open the selection with a detached mplayer
 	       (again, this is equivalent to !d!mplayer %s)