summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-03-17 10:04:04 +0100
committerraveit65 <[email protected]>2021-04-01 17:33:50 +0200
commitf14a3157184d0496c77f62731d0a17c6b87d9d1f (patch)
tree1fc8200bef4d2007de220608c074ee233124b588
parent8674cf0ae61ec293d4585c2cfc74f58d1da2e3d6 (diff)
downloadatril-f14a3157184d0496c77f62731d0a17c6b87d9d1f.tar.bz2
atril-f14a3157184d0496c77f62731d0a17c6b87d9d1f.tar.xz
epub: fix typo
-rw-r--r--backend/epub/minizip/unzip.c2
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.
*/