diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-04-01 12:06:44 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-04-01 12:06:44 -0400 |
commit | 36ed57c8558d233447d6497c197bfa5d48a14e8f (patch) | |
tree | 098320d12a5576b45b1b5316743ba1ce9ab4961f | |
parent | f14f51c6ad32593d0bb41e877ae21b0e27b78b72 (diff) |
Fix spelling Wheter -> Whether
-rw-r--r-- | TESTING | 2 | ||||
-rw-r--r-- | telepathy-logger/log-store-pidgin.c | 2 | ||||
-rw-r--r-- | telepathy-logger/log-store-xml.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ A log base for testing is placed in TPL_TEST_LOG_DIR. == When writing code == -If an object should behave in a different way, depending on wheter it is in a +If an object should behave in a different way, depending on whether it is in a testing enviroment or not, you should rely on the present of TPL_TEST_MODE variable. 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); |