[evince] libdocument: Fix typos in comments and annotations



commit c6b0ba30857f777320d42f6cea8c7aacdda095ca
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu May 21 21:54:09 2020 -0400

    libdocument: Fix typos in comments and annotations

 libdocument/ev-annotation.c | 2 +-
 libdocument/ev-document.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libdocument/ev-annotation.c b/libdocument/ev-annotation.c
index 058a999b..1b466cb5 100644
--- a/libdocument/ev-annotation.c
+++ b/libdocument/ev-annotation.c
@@ -542,7 +542,7 @@ ev_annotation_set_modified (EvAnnotation *annot,
  * @utime: a #GTime
  *
  * Set the last modification date of @annot to @utime.  You can
- * monitor changes to the last modification date by connectin to the
+ * monitor changes to the last modification date by connecting to the
  * notify::modified sinal on @annot.
  * For the time-format used, see ev_document_misc_format_date().
  *
diff --git a/libdocument/ev-document.c b/libdocument/ev-document.c
index 30a96895..1cd6af5c 100644
--- a/libdocument/ev-document.c
+++ b/libdocument/ev-document.c
@@ -675,7 +675,7 @@ ev_document_synctex_backward_search (EvDocument *document,
  * corresponding to the position (line and column in @source_link) in
  * the source Tex file.
  *
- * Returns: An EvMapping with the page number and area corresponfing to
+ * Returns: An EvMapping with the page number and area corresponding to
  * the given line in the source file. It must be free with g_free when done
  */
 EvMapping *


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