summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-09-25 18:56:37 -0400
committerWill Thompson <will.thompson@collabora.co.uk>2012-09-25 18:56:37 -0400
commit02f14e5ed7074d30825ab1810c75520bfb9ed65f (patch)
tree7a03f081820749a4095a9603a2778fae50ee3c43
parent42411a31bc114ddb3fa6834c124e71a86f1d50f9 (diff)
downloadtelepathy-logger-02f14e5ed7074d30825ab1810c75520bfb9ed65f.tar.gz
Correct some typos in docstrings
-rw-r--r--telepathy-logger/log-store.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-logger/log-store.c b/telepathy-logger/log-store.c
index f57645e..68f4836 100644
--- a/telepathy-logger/log-store.c
+++ b/telepathy-logger/log-store.c
@@ -76,11 +76,11 @@ _tpl_log_store_init (gpointer g_iface)
/**
* TplLogStore:writable:
*
- * Defines wether the object is writable for a #TplLogManager.
+ * Defines whether the object is writable for a #TplLogManager.
*
* If an TplLogStore implementation is writable, the #TplLogManager will call
- * it's tpl_log_store_add_event() method every time a loggable even occurs,
- * i.e., everytime _tpl_log_manager_add_event() is called.
+ * its tpl_log_store_add_event() method every time a loggable even occurs,
+ * i.e., every time _tpl_log_manager_add_event() is called.
*/
g_object_interface_install_property (g_iface,
g_param_spec_boolean ("readable",
@@ -92,7 +92,7 @@ _tpl_log_store_init (gpointer g_iface)
/**
* TplLogStore:readable:
*
- * Defines wether the object is readable for a #TplLogManager.
+ * Defines whether the object is readable for a #TplLogManager.
*
* If an TplLogStore implementation is readable, the #TplLogManager will
* use the query methods against the instance (i.e. tpl_log_store_get_dates())