[epiphany] Fix a typo



commit a85066e15abd604bf467bc08d78f1b58703e1501
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Jun 24 11:46:07 2017 -0500

    Fix a typo

 src/bookmarks/ephy-bookmarks-popover.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks-popover.c b/src/bookmarks/ephy-bookmarks-popover.c
index d29437e..eced144 100644
--- a/src/bookmarks/ephy-bookmarks-popover.c
+++ b/src/bookmarks/ephy-bookmarks-popover.c
@@ -98,7 +98,7 @@ ephy_bookmarks_popover_bookmark_tag_added_cb (EphyBookmarksPopover *self,
     }
   }
 
-  /* The first time a tag is asigned to a bookmark, a tag row is created and
+  /* The first time a tag is assigned to a bookmark, a tag row is created and
    * added to the tags list */
   if (g_sequence_get_length (ephy_bookmarks_manager_get_bookmarks_with_tag (manager, tag)) == 1) {
     tag_row = create_tag_row (tag);


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