aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/command_wrappers.py
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2016-07-03 09:45:24 +0100
committerGuido Günther <agx@sigxcpu.org>2016-07-03 13:38:54 +0200
commitaf16f59214306b56ffc79e4c5c5a206561f9c3ff (patch)
tree40de18a23a950dbafd313e33ecdcc3ece81224e3 /gbp/command_wrappers.py
parentd9773773945275d7e3230dd4cc50f86a23018f9b (diff)
Fix simple spelling errors in comments and strings
Diffstat (limited to 'gbp/command_wrappers.py')
-rw-r--r--gbp/command_wrappers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/command_wrappers.py b/gbp/command_wrappers.py
index a4643c54..c33b4d97 100644
--- a/gbp/command_wrappers.py
+++ b/gbp/command_wrappers.py
@@ -117,7 +117,7 @@ class Command(object):
If run quietly it will not print an error message via the
L{gbp.log} logging API.
- Wether the command prints anything to stdout/stderr depends on
+ Whether the command prints anything to stdout/stderr depends on
the I{capture_stderr}, I{capture_stdout} instance variables.
All errors will be reported as subclass of the