summaryrefslogtreecommitdiff
path: root/telepathy-logger
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-04-01 12:06:44 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-04-01 12:06:44 -0400
commit36ed57c8558d233447d6497c197bfa5d48a14e8f (patch)
tree098320d12a5576b45b1b5316743ba1ce9ab4961f /telepathy-logger
parentf14f51c6ad32593d0bb41e877ae21b0e27b78b72 (diff)
downloadtelepathy-logger-36ed57c8558d233447d6497c197bfa5d48a14e8f.tar.gz
Fix spelling Wheter -> Whether
Diffstat (limited to 'telepathy-logger')
-rw-r--r--telepathy-logger/log-store-pidgin.c2
-rw-r--r--telepathy-logger/log-store-xml.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-logger/log-store-pidgin.c b/telepathy-logger/log-store-pidgin.c
index 65adea3..421e99e 100644
--- a/telepathy-logger/log-store-pidgin.c
+++ b/telepathy-logger/log-store-pidgin.c
@@ -190,7 +190,7 @@ tpl_log_store_pidgin_class_init (TplLogStorePidginClass *klass)
param_spec = g_param_spec_boolean ("testmode",
"TestMode",
- "Wheter the logstore is in testmode, for testsuite use only",
+ "Whether the logstore is in testmode, for testsuite use only",
FALSE, G_PARAM_WRITABLE | G_PARAM_STATIC_STRINGS);
g_object_class_install_property (object_class, PROP_TESTMODE, param_spec);
diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c
index daf4f08..b2067d4 100644
--- a/telepathy-logger/log-store-xml.c
+++ b/telepathy-logger/log-store-xml.c
@@ -264,7 +264,7 @@ _tpl_log_store_xml_class_init (TplLogStoreXmlClass *klass)
param_spec = g_param_spec_boolean ("testmode",
"TestMode",
- "Wheter the logstore is in testmode, for testsuite use only",
+ "Whether the logstore is in testmode, for testsuite use only",
FALSE, G_PARAM_WRITABLE | G_PARAM_STATIC_STRINGS);
g_object_class_install_property (object_class, PROP_TESTMODE, param_spec);