[epiphany] ephy-shell: fix a comment typo



commit b65ce5ba954e1f4a8f5411997e5312894f7e618b
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Sat May 26 18:46:46 2012 -0500

    ephy-shell: fix a comment typo

 src/ephy-shell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index c8f3c27..b2510a4 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -721,7 +721,7 @@ ephy_shell_new_tab_full (EphyShell *shell,
   }
 
   if (flags & EPHY_NEW_TAB_FROM_EXTERNAL) {
-    /* If the active embed is blank, us e that to open the url and jump to it */
+    /* If the active embed is blank, use that to open the url and jump to it */
     embed = ephy_embed_container_get_active_child (EPHY_EMBED_CONTAINER (window));
     if (embed != NULL) {
       if (ephy_web_view_get_is_blank (ephy_embed_get_web_view (embed)) &&



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