diff options
author | Iain Nicol <iain@thenicols.net> | 2009-10-25 22:39:51 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-10-27 02:50:36 +0800 |
commit | 175c3b60deccab85e667907291feebe0598326e4 (patch) | |
tree | 2984e0ef2b2e29efa181d55689b52231a91cc0a8 /embed/ephy-embed-shell.c | |
parent | 009be331694b442dd859f49c7f02bdef498621ff (diff) | |
download | gsoc2013-epiphany-175c3b60deccab85e667907291feebe0598326e4.tar.gz gsoc2013-epiphany-175c3b60deccab85e667907291feebe0598326e4.tar.zst gsoc2013-epiphany-175c3b60deccab85e667907291feebe0598326e4.zip |
Correct "ReturnValue" to "Return value" in gtk-doc comments
Signed-off-by: Xan Lopez <xan@gnome.org>
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r-- | embed/ephy-embed-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 17f4b98e2..e68618ec8 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -345,7 +345,7 @@ ephy_embed_shell_class_init (EphyEmbedShellClass *klass) * * Retrieves the default #EphyEmbedShell object * - * ReturnValue: the default #EphyEmbedShell + * Return value: the default #EphyEmbedShell **/ EphyEmbedShell * ephy_embed_shell_get_default (void) |