[evince] backends: Fix typo in djvu backend



commit 803ef248e167d83781d8a47c3bad28d77999c98e
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu May 21 21:53:32 2020 -0400

    backends: Fix typo in djvu backend

 backend/djvu/djvu-links.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/backend/djvu/djvu-links.c b/backend/djvu/djvu-links.c
index 33fa142c..7a2caa28 100644
--- a/backend/djvu/djvu-links.c
+++ b/backend/djvu/djvu-links.c
@@ -105,7 +105,7 @@ get_djvu_link_dest (const DjvuDocument *djvu_document, const gchar *link_name, i
                        return ev_link_dest_new_page (get_djvu_link_page (djvu_document, link_name, 
base_page));
                } else {
                        /* #pagenum #page_label: the djvu spec is not clear on whether #pagenum represents
-                        * a link to a page number or to a page label. Here we mimick djview,
+                        * a link to a page number or to a page label. Here we mimic djview,
                         * and always treat #pagenum as a link to a page label */
                        return ev_link_dest_new_page_label (link_name + 1);
                }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]