aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.c
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-12-08 22:30:43 +0800
committerXan Lopez <xan@gnome.org>2009-12-08 22:30:43 +0800
commit42c2aa380667134ba1cd27932c55e4364f3a2d7d (patch)
tree8952b889af4e2e804c1bad654b98648794ffb6f3 /embed/ephy-web-view.c
parenta1ef399affa0a1ac0ddbc796208a8e2ff40758a0 (diff)
downloadgsoc2013-epiphany-42c2aa380667134ba1cd27932c55e4364f3a2d7d.tar
gsoc2013-epiphany-42c2aa380667134ba1cd27932c55e4364f3a2d7d.tar.gz
gsoc2013-epiphany-42c2aa380667134ba1cd27932c55e4364f3a2d7d.tar.bz2
gsoc2013-epiphany-42c2aa380667134ba1cd27932c55e4364f3a2d7d.tar.lz
gsoc2013-epiphany-42c2aa380667134ba1cd27932c55e4364f3a2d7d.tar.xz
gsoc2013-epiphany-42c2aa380667134ba1cd27932c55e4364f3a2d7d.tar.zst
gsoc2013-epiphany-42c2aa380667134ba1cd27932c55e4364f3a2d7d.zip
ephy-web-view: fix typo
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));