telepathy-logger: Correct some typos in docstrings

Will Thompson wjt at kemper.freedesktop.org
Thu Sep 27 10:29:00 PDT 2012


Module: telepathy-logger
Branch: master
Commit: 02f14e5ed7074d30825ab1810c75520bfb9ed65f
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=02f14e5ed7074d30825ab1810c75520bfb9ed65f

Author: Will Thompson <will.thompson at collabora.co.uk>
Date:   Tue Sep 25 18:56:37 2012 -0400

Correct some typos in docstrings

---

 telepathy-logger/log-store.c |    8 ++++----
 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())



More information about the telepathy-commits mailing list