summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomi Richards <thomi.richards@canonical.com>2013-12-09 15:36:12 +1300
committerThomi Richards <thomi.richards@canonical.com>2013-12-09 15:36:12 +1300
commit3f03102b2d8c48914ba448f4e5f2213e9545f907 (patch)
tree5fd70db81f25a9f638460ee9b009e2195b79dbf8
parent3763dba8d33291800236973791bc2d4d45b4a018 (diff)
downloadsubunit-3f03102b2d8c48914ba448f4e5f2213e9545f907.tar.gz
Fix typo.
-rw-r--r--python/subunit/_output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/_output.py b/python/subunit/_output.py
index 6df6404..8d6f169 100644
--- a/python/subunit/_output.py
+++ b/python/subunit/_output.py
@@ -108,7 +108,7 @@ def parse_arguments(args=None, ParserClass=OptionParser):
"--mimetype",
help="The mime type to send with this file. This is only used if the "
"--attach-file argument is used. This argument is optional. If it "
- "is not specified, the file will be sent wihtout a mime type. This "
+ "is not specified, the file will be sent without a mime type. This "
"option may only be specified when '--attach-file' is specified.",
default=None
)