Fix a typo (#436547, Guillaume Desmottes)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 17 May 2007 17:23:15 +0000 (17:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 17 May 2007 17:23:15 +0000 (17:23 +0000)
2007-05-17  Matthias Clasen  <mclasen@redhat.com>

        * glib/tmpl/messages.sgml: Fix a typo (#436547,
        Guillaume Desmottes)

svn path=/trunk/; revision=5499

docs/reference/ChangeLog
docs/reference/glib/tmpl/messages.sgml

index de10dde..97008de 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/tmpl/messages.sgml: Fix a typo (#436547,
+       Guillaume Desmottes)
+
 2007-05-14  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/running.sgml: Document g_slice_debug_tree_statistics
index 6bee07a..305fcd6 100644 (file)
@@ -278,7 +278,7 @@ stderr is used for levels %G_LOG_LEVEL_ERROR, %G_LOG_LEVEL_CRITICAL,
 
 <!-- ##### FUNCTION g_log_set_default_handler ##### -->
 <para>
-Installs a default log handler which is used is used if no 
+Installs a default log handler which is used if no 
 log handler has been set for the particular log domain
 and log level combination. By default, GLib uses 
 g_log_default_handler() as default log handler.