summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cliff/command.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cliff/command.py b/cliff/command.py
index 859ac47..13b872d 100644
--- a/cliff/command.py
+++ b/cliff/command.py
@@ -191,7 +191,7 @@ class Command(object):
This method is intended to be called from the run() method before
take_action() is called.
- This method should only be overriden by developers creating new
+ This method should only be overridden by developers creating new
command base classes and only if it is necessary to have different
hook processing behavior.
"""
@@ -209,7 +209,7 @@ class Command(object):
This method is intended to be called from the run() method after
take_action() is called.
- This method should only be overriden by developers creating new
+ This method should only be overridden by developers creating new
command base classes and only if it is necessary to have different
hook processing behavior.
"""