diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-05-27 07:46:46 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-05-27 07:47:28 +0800 |
commit | b65ce5ba954e1f4a8f5411997e5312894f7e618b (patch) | |
tree | 88e19c98150184cfa37f4c0231385eb4b2f00bcf /src/ephy-shell.c | |
parent | 737dfa943e12cd8588f4897c31ba0800f6d322ab (diff) | |
download | gsoc2013-epiphany-b65ce5ba954e1f4a8f5411997e5312894f7e618b.tar gsoc2013-epiphany-b65ce5ba954e1f4a8f5411997e5312894f7e618b.tar.gz gsoc2013-epiphany-b65ce5ba954e1f4a8f5411997e5312894f7e618b.tar.bz2 gsoc2013-epiphany-b65ce5ba954e1f4a8f5411997e5312894f7e618b.tar.lz gsoc2013-epiphany-b65ce5ba954e1f4a8f5411997e5312894f7e618b.tar.xz gsoc2013-epiphany-b65ce5ba954e1f4a8f5411997e5312894f7e618b.tar.zst gsoc2013-epiphany-b65ce5ba954e1f4a8f5411997e5312894f7e618b.zip |
ephy-shell: fix a comment typo
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | 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 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)) && |