[epiphany] Fix a typo



commit 130fd7c34fa568fe2bf461a5fff32c18e01f0e08
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Dec 3 16:36:35 2016 -0600

    Fix a typo

 src/bookmarks/ephy-bookmarks-import.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks-import.c b/src/bookmarks/ephy-bookmarks-import.c
index ba4f589..4bf8662 100644
--- a/src/bookmarks/ephy-bookmarks-import.c
+++ b/src/bookmarks/ephy-bookmarks-import.c
@@ -62,7 +62,7 @@ get_bookmarks_from_table (GvdbTable *table)
     double modified;
     gboolean uploaded;
 
-    /* Obtain the correspoding GVariant. */
+    /* Obtain the corresponding GVariant. */
     value = gvdb_table_get_value (table, list[i]);
 
     g_variant_get (value, "(x&s&sdbas)", &time_added, &title, &id, &modified, &uploaded, &iter);


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