diff options
| author | Paul Eggert | 2013-08-15 22:15:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-15 22:15:51 -0700 |
| commit | 526e5233cc0e2375798bdc79329a893302fdfb4b (patch) | |
| tree | a4c1d95440225335cd6864a23e6fa1f6c5d6b28b /src/decompress.c | |
| parent | c8068af56770f8b0be93218e76dd17ea508f3365 (diff) | |
| download | emacs-526e5233cc0e2375798bdc79329a893302fdfb4b.tar.gz emacs-526e5233cc0e2375798bdc79329a893302fdfb4b.zip | |
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. */) | |||
| 164 | stream.avail_in = 0; | 164 | stream.avail_in = 0; |
| 165 | stream.next_in = Z_NULL; | 165 | stream.next_in = Z_NULL; |
| 166 | 166 | ||
| 167 | /* The magic number 32 apparently means "autodect both the gzip and | 167 | /* The magic number 32 apparently means "autodetect both the gzip and |
| 168 | zlib formats" according to zlib.h. */ | 168 | zlib formats" according to zlib.h. */ |
| 169 | if (fn_inflateInit2 (&stream, MAX_WBITS + 32) != Z_OK) | 169 | if (fn_inflateInit2 (&stream, MAX_WBITS + 32) != Z_OK) |
| 170 | return Qnil; | 170 | return Qnil; |