about summary refs log tree commit diff stats
path: root/ranger/gui/ui.py
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2021-07-24 12:19:37 +0100
committerEdward Betts <edward@4angle.com>2021-07-24 12:19:37 +0100
commit7e0d36973aa744578a788fc440904e2e83a09efd (patch)
treef1e0092f7ae4be324734861daf30b0c6e0c468c8 /ranger/gui/ui.py
parentf1f3f1765f6e97b4e1af80da8f237bf7f1ad895f (diff)
downloadranger-7e0d36973aa744578a788fc440904e2e83a09efd.tar.gz
Correct spelling
Diffstat (limited to 'ranger/gui/ui.py')
-rw-r--r--ranger/gui/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/gui/ui.py b/ranger/gui/ui.py
index f0f81c88..686b624e 100644
--- a/ranger/gui/ui.py
+++ b/ranger/gui/ui.py
@@ -44,7 +44,7 @@ def _setup_mouse(signal):
         # starts curses again, (e.g. running a ## file by clicking on its
         # preview) and the next key is another mouse click, the bstate of this
         # mouse event will be invalid.  (atm, invalid bstates are recognized
-        # as scroll-down, so this avoids an errorneous scroll-down action)
+        # as scroll-down, so this avoids an erroneous scroll-down action)
         curses.ungetmouse(0, 0, 0, 0, 0)
     else:
         curses.mousemask(0)