From 58178261fdf00ec7b9eb8a8f3a665c792f053287 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 9 Nov 2007 03:29:51 +0000 Subject: [PATCH] More doc fixes svn path=/trunk/; revision=5840 --- ChangeLog | 5 +++-- glib/gmain.c | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f2e351e..b08a1de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2007-11-08 Matthias Clasen - * 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 diff --git a/glib/gmain.c b/glib/gmain.c index 9b3bc4d..40bae97 100644 --- a/glib/gmain.c +++ b/glib/gmain.c @@ -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 -- 2.7.4