More doc fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Nov 2007 03:29:51 +0000 (03:29 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Nov 2007 03:29:51 +0000 (03:29 +0000)
svn path=/trunk/; revision=5840

ChangeLog
glib/gmain.c

index f2e351e..b08a1de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 2007-11-08  Matthias Clasen <mclasen@redhat.com>
 
-       * glib/gmain.c (g_main_context_release): Fix the doc
-       wording.  (#491957, Areg Beketovski)
+       * glib/gmain.c (g_main_context_release): 
+       (g_main_context_new): Fix the doc wording.  (#491957, 
+       Areg Beketovski)
 
 2007-11-08  Matthias Clasen <mclasen@redhat.com>
 
index 9b3bc4d..40bae97 100644 (file)
@@ -719,7 +719,7 @@ _g_main_thread_init (void)
 /**
  * g_main_context_new:
  * 
- * Creates a new #GMainContext strcuture
+ * Creates a new #GMainContext structure.
  * 
  * Return value: the new #GMainContext
  **/
@@ -2176,7 +2176,7 @@ g_main_context_acquire (GMainContext *context)
  * 
  * Releases ownership of a context previously acquired by this thread
  * with g_main_context_acquire(). If the context was acquired multiple
- * times, the only release ownership when g_main_context_release()
+ * times, the ownership will be released only when g_main_context_release()
  * is called as many times as it was acquired.
  **/
 void