Fix a doc typo. (#439232, Vincent Untz)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 17 May 2007 17:43:07 +0000 (17:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 17 May 2007 17:43:07 +0000 (17:43 +0000)
2007-05-17  Matthias Clasen  <mclasen@redhat.com>

        * glib/goption.c (g_option_context_set_translate_func): Fix
        a doc typo.  (#439232, Vincent Untz)

svn path=/trunk/; revision=5500

ChangeLog
glib/goption.c

index c225143..6f07caf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-05-17  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/goption.c (g_option_context_set_translate_func): Fix
+       a doc typo.  (#439232, Vincent Untz)
+
+2007-05-17  Matthias Clasen  <mclasen@redhat.com>
+
        * configure.in: Move the compiler-dependency in the G_GNUC_INTERNAL
        definition from configure-time to runtime (of the compiler).
        (#438869, Damien Carbery)
index f17c9a8..1548edc 100644 (file)
@@ -205,8 +205,8 @@ g_option_error_quark (void)
  * program functionality that should be displayed as a paragraph
  * below the usage line, use g_option_context_set_summary().
  *
- * Note that the @parameter_string is translated (see 
- * g_option_context_set_translate_func()).
+ * Note that the @parameter_string is translated (see
+ * g_option_context_set_translate_func()). 
  *
  * Returns: a newly created #GOptionContext, which must be
  *    freed with g_option_context_free() after use.
@@ -2042,7 +2042,7 @@ g_option_group_set_translation_domain (GOptionGroup *group,
  * If @func is %NULL, strings are not translated.
  *
  * Note that option groups have their own translation functions, 
- * this function only affects the @parameter_string (see g_option_context_nex()), 
+ * this function only affects the @parameter_string (see g_option_context_new()), 
  * the summary (see g_option_context_set_summary()) and the description 
  * (see g_option_context_set_description()).
  *
@@ -2100,7 +2100,7 @@ g_option_context_set_translation_domain (GOptionContext *context,
  * program functionality. 
  *
  * Note that the summary is translated (see 
- * g_option_context_set_translate_func()).
+ * g_option_context_set_translate_func(), g_option_context_set_translation_domain()).
  *
  * Since: 2.12
  */