aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-06-11 17:13:12 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-06-11 17:13:12 +0800
commit5098053fc257b3ce58302a441663b7b4eca676f2 (patch)
tree29d8758b32d93a7286a3d9387275ae9908988e1b /embed
parent4abc9f5279b680d50627b9d7f884d3c8aa080e7f (diff)
downloadgsoc2013-epiphany-5098053fc257b3ce58302a441663b7b4eca676f2.tar
gsoc2013-epiphany-5098053fc257b3ce58302a441663b7b4eca676f2.tar.gz
gsoc2013-epiphany-5098053fc257b3ce58302a441663b7b4eca676f2.tar.bz2
gsoc2013-epiphany-5098053fc257b3ce58302a441663b7b4eca676f2.tar.lz
gsoc2013-epiphany-5098053fc257b3ce58302a441663b7b4eca676f2.tar.xz
gsoc2013-epiphany-5098053fc257b3ce58302a441663b7b4eca676f2.tar.zst
gsoc2013-epiphany-5098053fc257b3ce58302a441663b7b4eca676f2.zip
ephy-embed: fix a comment typo
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index d35477233..3a8d531c0 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -780,7 +780,7 @@ ephy_embed_add_top_widget (EphyEmbed *embed, GtkWidget *widget, gboolean destroy
* @widget: a #GtkWidget
*
* Removes an #GtkWidget from the top of the embed. The #GtkWidget
- * must be have been added using ephy_embed_add_widget(), and not
+ * must have been added using ephy_embed_add_top_widget(), and not
* have been removed by other means. See gtk_container_remove() for
* details.
*/