From f14a3157184d0496c77f62731d0a17c6b87d9d1f Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 17 Mar 2021 10:04:04 +0100 Subject: epub: fix typo --- backend/epub/minizip/unzip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.1