aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c2
1 files changed, 1 insertions, 1 deletions
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)) &&