summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-05-07 09:40:18 -0500
committerShaun McCance <shaunm@gnome.org>2010-05-07 09:40:18 -0500
commit0d26a76c56250e80fe031f1b59a8bd575fcf6f53 (patch)
treefe107555ae11460ed8b9d6c971bc572d14ec52a2
parent8a5e71e8dde61fe897443ab3dd536954d3556e0f (diff)
downloadyelp-0d26a76c56250e80fe031f1b59a8bd575fcf6f53.tar.gz
[yelp-view] Fixed typos in property descriptions, bug #618016
-rw-r--r--libyelp/yelp-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libyelp/yelp-view.c b/libyelp/yelp-view.c
index c991dd6b..6c120aaf 100644
--- a/libyelp/yelp-view.c
+++ b/libyelp/yelp-view.c
@@ -327,7 +327,7 @@ yelp_view_class_init (YelpViewClass *klass)
PROP_PAGE_ID,
g_param_spec_string ("page-id",
N_("Page ID"),
- N_("The ID of the root page of the page being viewew"),
+ N_("The ID of the root page of the page being viewed"),
NULL,
G_PARAM_READABLE |
G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB));
@@ -336,7 +336,7 @@ yelp_view_class_init (YelpViewClass *klass)
PROP_ROOT_TITLE,
g_param_spec_string ("root-title",
N_("Root Title"),
- N_("The title of the root page of the page being viewew"),
+ N_("The title of the root page of the page being viewed"),
NULL,
G_PARAM_READABLE |
G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB));