summaryrefslogtreecommitdiff
path: root/tools/patman/terminal.py
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2019-10-27 17:55:04 +0100
committerSimon Glass <sjg@chromium.org>2019-11-14 07:09:34 -0600
commitab4a6aba7f715cff2486e747e4c288043914310a (patch)
tree25bc60ab4713bf5b8a52b2fd80933e7d4b85e5cd /tools/patman/terminal.py
parent4ecb506434dd4258e703b06b53f911552e1793f1 (diff)
patman: fix some typos in comments
s/Subprocress/Subprocess/ s/easiler/easier/ s/repositiory/repository/ s/rangem/range/ s/Retruns/Returns/ Signed-off-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/patman/terminal.py')
-rw-r--r--tools/patman/terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/terminal.py b/tools/patman/terminal.py
index 4ceab189bf..7a3b658b00 100644
--- a/tools/patman/terminal.py
+++ b/tools/patman/terminal.py
@@ -128,7 +128,7 @@ class Color(object):
return ''
def Stop(self):
- """Retruns a stop color code.
+ """Returns a stop color code.
Returns:
If color is enabled, returns an ANSI color reset sequence,