summaryrefslogtreecommitdiff
path: root/python/subunit/_output.py
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
commita0530ff5fc5b009c08a3fd48c52898198edd9971 (patch)
tree5fd70db81f25a9f638460ee9b009e2195b79dbf8 /python/subunit/_output.py
parent0c3f2df1e2ed7c179e410c83908c76519206b8f1 (diff)
downloadsubunit-git-a0530ff5fc5b009c08a3fd48c52898198edd9971.tar.gz
Fix typo.
Diffstat (limited to 'python/subunit/_output.py')
-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
)