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)
a> 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222