about summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorjmorsecode <jmorsecode@github>2021-01-20 20:47:30 -0500
committerjmorsecode <jmorsecode@github>2021-01-20 20:47:30 -0500
commit8f08c8e4e37aa6d6a568c374dcdbd22d08bf390b (patch)
tree5a8e9778b32f906ed195fad008f19bb41dbd27da /ranger
parent533f4129ce7c8044fc49e9a80014a2142991b801 (diff)
downloadranger-8f08c8e4e37aa6d6a568c374dcdbd22d08bf390b.tar.gz
Fix comment typo in commands_sample.py
Diffstat (limited to 'ranger')
-rw-r--r--ranger/config/commands_sample.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands_sample.py b/ranger/config/commands_sample.py
index 97b79096..20317566 100644
--- a/ranger/config/commands_sample.py
+++ b/ranger/config/commands_sample.py
@@ -48,7 +48,7 @@ class my_edit(Command):
             self.fm.notify("The given file does not exist!", bad=True)
             return
 
-        # This executes a function from ranger.core.acitons, a module with a
+        # This executes a function from ranger.core.actions, a module with a
         # variety of subroutines that can help you construct commands.
         # Check out the source, or run "pydoc ranger.core.actions" for a list.
         self.fm.edit_file(target_filename)