diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-27 16:35:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-27 16:36:13 -0400 |
commit | f0453c45c8c3963762b208cfe4f6fb2e1e96cc34 (patch) | |
tree | 0aae81d0fa8e0941ad07902886c990c461fdc1e5 /src/common/torgzip.c | |
parent | 1843f3936c7ee834a5974d1914bf749f8ea27e39 (diff) | |
download | tor-f0453c45c8c3963762b208cfe4f6fb2e1e96cc34.tar.gz tor-f0453c45c8c3963762b208cfe4f6fb2e1e96cc34.zip |
Spelling fixes in comments and strings
Diffstat (limited to 'src/common/torgzip.c')
-rw-r--r-- | src/common/torgzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/torgzip.c b/src/common/torgzip.c index 196f5521f7..762f2e71bf 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -365,7 +365,7 @@ tor_zlib_new(int compress, compress_method_t method) return NULL; } -/** Compress/decommpress some bytes using <b>state</b>. Read up to +/** Compress/decompress some bytes using <b>state</b>. Read up to * *<b>in_len</b> bytes from *<b>in</b>, and write up to *<b>out_len</b> bytes * to *<b>out</b>, adjusting the values as we go. If <b>finish</b> is true, * we've reached the end of the input. |