summaryrefslogtreecommitdiffstats
path: root/Modules/_lzmamodule.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-08-03 06:00:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-08-03 06:00:59 (GMT)
commit49b2734bf12dc1cda80fd73d3ec8896ae3e362f2 (patch)
tree049e496126aae48bf6d7c3ddbb7f145e04e53e97 /Modules/_lzmamodule.c
parentd9d55c91bec4776b41685b48fe660621e89f0617 (diff)
downloadcpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.zip
cpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.tar.gz
cpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.tar.bz2
Spelling fixes (#2902)
Diffstat (limited to 'Modules/_lzmamodule.c')
-rw-r--r--Modules/_lzmamodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_lzmamodule.c b/Modules/_lzmamodule.c
index bb77552..26bfa0b 100644
--- a/Modules/_lzmamodule.c
+++ b/Modules/_lzmamodule.c
@@ -824,7 +824,7 @@ PyDoc_STRVAR(Compressor_doc,
"be FORMAT_XZ (default), FORMAT_ALONE, or FORMAT_RAW.\n"
"\n"
"check specifies the integrity check to use. For FORMAT_XZ, the default\n"
-"is CHECK_CRC64. FORMAT_ALONE and FORMAT_RAW do not suport integrity\n"
+"is CHECK_CRC64. FORMAT_ALONE and FORMAT_RAW do not support integrity\n"
"checks; for these formats, check must be omitted, or be CHECK_NONE.\n"
"\n"
"The settings used by the compressor can be specified either as a\n"