diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-03-26 03:55:20 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-03-26 03:55:20 +0800 |
commit | f14711921c8cdd424e4beea80aa5283e4ea3289c (patch) | |
tree | 1a4d8f8919f6bab8f012adf909b266f87e578932 /embed/ephy-embed.c | |
parent | 2d3d36fff80dba7b3bb2b403b1ad45d700b8b8b1 (diff) | |
download | gsoc2013-epiphany-f14711921c8cdd424e4beea80aa5283e4ea3289c.tar gsoc2013-epiphany-f14711921c8cdd424e4beea80aa5283e4ea3289c.tar.gz gsoc2013-epiphany-f14711921c8cdd424e4beea80aa5283e4ea3289c.tar.bz2 gsoc2013-epiphany-f14711921c8cdd424e4beea80aa5283e4ea3289c.tar.lz gsoc2013-epiphany-f14711921c8cdd424e4beea80aa5283e4ea3289c.tar.xz gsoc2013-epiphany-f14711921c8cdd424e4beea80aa5283e4ea3289c.tar.zst gsoc2013-epiphany-f14711921c8cdd424e4beea80aa5283e4ea3289c.zip |
Fixed teeny typo
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index bdad0b38e..e150021eb 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -86,7 +86,7 @@ ephy_embed_base_init (gpointer g_class) * EphyEmbed::ge-new-window: * @embed: * @new_embed: a newly-generated child #EphyEmbed - * @mark: @new_embed's #EphyChromeMask + * @mask: @new_embed's #EphyChromeMask * * The ::ge_new_window signal is emitted when a new window has been opened by * the embed. For example, when a JavaScript popup window is opened. |