diff options
author | infirit <[email protected]> | 2014-12-29 13:37:46 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-29 13:37:46 +0100 |
commit | c330e38212140a008e77a58bba46af73635e706c (patch) | |
tree | 941a5f93f60df5cf698b854c06fdbc42786db57c /backend/epub/epub-document.c | |
parent | 4599ff1d32a8c0a9633b9d4a3636166c5d060508 (diff) | |
download | atril-c330e38212140a008e77a58bba46af73635e706c.tar.bz2 atril-c330e38212140a008e77a58bba46af73635e706c.tar.xz |
epub: Fix some typos
Thanks to tibbi <[email protected]> for spotting them.
Diffstat (limited to 'backend/epub/epub-document.c')
-rw-r--r-- | backend/epub/epub-document.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/epub/epub-document.c b/backend/epub/epub-document.c index 5ea595ff..ffdce89e 100644 --- a/backend/epub/epub-document.c +++ b/backend/epub/epub-document.c @@ -855,7 +855,7 @@ get_uri_to_content(const gchar* uri,GError ** error,EpubDocument *epub_document) g_set_error_literal(error, EV_DOCUMENT_ERROR, EV_DOCUMENT_ERROR_INVALID, - _("epub file is invalid or corrput")); + _("epub file is invalid or corrupt")); return NULL ; } @@ -865,7 +865,7 @@ get_uri_to_content(const gchar* uri,GError ** error,EpubDocument *epub_document) g_set_error_literal(error, EV_DOCUMENT_ERROR, EV_DOCUMENT_ERROR_INVALID, - _("epub file is corrupt,no container")); + _("epub file is corrupt, no container")); return NULL ; } |