summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-10-02 20:29:06 +0200
committertoonn <toonn@toonn.io>2019-10-02 21:01:47 +0200
commite22bf57e513c3402fbe2832b3ba4aa7d16d312e1 (patch)
tree888f1b041e3a4fa42e3652eacb82c490d65b79e9
parentadacb5d0add8605e045ec8968629648196eeb457 (diff)
downloadranger-e22bf57e513c3402fbe2832b3ba4aa7d16d312e1.tar.gz
Fix typo in deprecation warning for tunmap
-rwxr-xr-xranger/config/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index c034c457..45af9d95 100755
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -1371,7 +1371,7 @@ class tunmap(untmap):
 
     Remove the given "taskview" mappings
 
-    DEPRECATED in favor of uncmap.
+    DEPRECATED in favor of untmap.
     """
 
     def execute(self):