diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/unzip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/unzip.cpp b/common/unzip.cpp index e0ddb8f286..3f084ad861 100644 --- a/common/unzip.cpp +++ b/common/unzip.cpp @@ -401,7 +401,7 @@ typedef struct { /* =========================================================================== Read a byte from a gz_stream; update next_in and avail_in. Return EOF for end of file. - IN assertion: the stream s has been sucessfully opened for reading. + IN assertion: the stream s has been successfully opened for reading. */ |