From b65ce5ba954e1f4a8f5411997e5312894f7e618b Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sat, 26 May 2012 18:46:46 -0500 Subject: ephy-shell: fix a comment typo --- src/ephy-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-shell.c') diff --git a/src/ephy-shell.c b/src/ephy-shell.c index c8f3c27a4..b2510a45d 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)) && -- cgit v1.2.3