diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-08-15 22:15:51 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-08-15 22:15:51 -0700 |
commit | 526e5233cc0e2375798bdc79329a893302fdfb4b (patch) | |
tree | a4c1d95440225335cd6864a23e6fa1f6c5d6b28b /src/decompress.c | |
parent | c8068af56770f8b0be93218e76dd17ea508f3365 (diff) | |
download | emacs-526e5233cc0e2375798bdc79329a893302fdfb4b.tar.gz |
Spelling fixes.
Diffstat (limited to 'src/decompress.c')
-rw-r--r-- | src/decompress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decompress.c b/src/decompress.c index b4e122c3ba8..0212354fc8f 100644 --- a/src/decompress.c +++ b/src/decompress.c @@ -164,7 +164,7 @@ This function can be called only in unibyte buffers. */) stream.avail_in = 0; stream.next_in = Z_NULL; - /* The magic number 32 apparently means "autodect both the gzip and + /* The magic number 32 apparently means "autodetect both the gzip and zlib formats" according to zlib.h. */ if (fn_inflateInit2 (&stream, MAX_WBITS + 32) != Z_OK) return Qnil; |