diff options
author | toonn <toonn@toonn.io> | 2021-01-21 12:13:41 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2021-01-21 12:13:41 +0100 |
commit | 73bcd80c1c3e721391c75015cb4ec03532357ad9 (patch) | |
tree | 5a8e9778b32f906ed195fad008f19bb41dbd27da /ranger | |
parent | 533f4129ce7c8044fc49e9a80014a2142991b801 (diff) | |
parent | 8f08c8e4e37aa6d6a568c374dcdbd22d08bf390b (diff) | |
download | ranger-73bcd80c1c3e721391c75015cb4ec03532357ad9.tar.gz |
Merge branch 'jmorsecode-commands_sample_fix'
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/config/commands_sample.py | 2 |
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) |