aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-web-view.c')
-rw-r--r--embed/ephy-web-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index c4aa2123f..2b1018446 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -585,7 +585,7 @@ ephy_web_view_class_init (EphyWebViewClass *klass)
PROP_DOCUMENT_TYPE,
g_param_spec_enum ("document-type",
"Document Type",
- "The view's documen type",
+ "The view's document type",
EPHY_TYPE_WEB_VIEW_DOCUMENT_TYPE,
EPHY_WEB_VIEW_DOCUMENT_HTML,
G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB));