summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
)