diff options
author | rbuj <[email protected]> | 2021-03-17 10:04:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-01 17:33:50 +0200 |
commit | f14a3157184d0496c77f62731d0a17c6b87d9d1f (patch) | |
tree | 1fc8200bef4d2007de220608c074ee233124b588 /backend/epub/minizip | |
parent | 8674cf0ae61ec293d4585c2cfc74f58d1da2e3d6 (diff) | |
download | atril-f14a3157184d0496c77f62731d0a17c6b87d9d1f.tar.bz2 atril-f14a3157184d0496c77f62731d0a17c6b87d9d1f.tar.xz |
epub: fix typo
Diffstat (limited to 'backend/epub/minizip')
-rw-r--r-- | backend/epub/minizip/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/epub/minizip/unzip.c b/backend/epub/minizip/unzip.c index 2ed54a11..d386295a 100644 --- a/backend/epub/minizip/unzip.c +++ b/backend/epub/minizip/unzip.c @@ -197,7 +197,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. */ |