diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-12-11 03:57:27 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-12-11 04:08:13 +0800 |
commit | afea41b81dc90902c37e9b6b46c5ba84071aa851 (patch) | |
tree | 5abb75eaed07faad8b59f6031f3814e361e08e10 | |
parent | 1fa40b0f771c6fef774812bb517671d2250b6746 (diff) | |
download | gsoc2013-epiphany-afea41b81dc90902c37e9b6b46c5ba84071aa851.tar gsoc2013-epiphany-afea41b81dc90902c37e9b6b46c5ba84071aa851.tar.gz gsoc2013-epiphany-afea41b81dc90902c37e9b6b46c5ba84071aa851.tar.bz2 gsoc2013-epiphany-afea41b81dc90902c37e9b6b46c5ba84071aa851.tar.lz gsoc2013-epiphany-afea41b81dc90902c37e9b6b46c5ba84071aa851.tar.xz gsoc2013-epiphany-afea41b81dc90902c37e9b6b46c5ba84071aa851.tar.zst gsoc2013-epiphany-afea41b81dc90902c37e9b6b46c5ba84071aa851.zip |
e-embed-shell: fix spacing in a comment
-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 501fddca0..c050d9764 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -323,7 +323,7 @@ ephy_embed_shell_class_init (EphyEmbedShellClass *klass) object_properties[PROP_MODE] = g_param_spec_enum ("mode", "Mode", - "The global mode f or this instance of Epiphany .", + "The global mode for this instance of Epiphany .", EPHY_TYPE_EMBED_SHELL_MODE, EPHY_EMBED_SHELL_MODE_BROWSER, G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | |