Fix a typo (#436547, Guillaume Desmottes)

2007-05-17  Matthias Clasen  <mclasen@redhat.com>

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


svn path=/trunk/; revision=5499
This commit is contained in:
Matthias Clasen 2007-05-17 17:23:15 +00:00 committed by Matthias Clasen
parent 6d8400efb7
commit d21e54e61e
2 changed files with 6 additions and 1 deletions

View 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> 2007-05-14 Matthias Clasen <mclasen@redhat.com>
* glib/running.sgml: Document g_slice_debug_tree_statistics * glib/running.sgml: Document g_slice_debug_tree_statistics

View File

@ -278,7 +278,7 @@ stderr is used for levels %G_LOG_LEVEL_ERROR, %G_LOG_LEVEL_CRITICAL,
<!-- ##### FUNCTION g_log_set_default_handler ##### --> <!-- ##### FUNCTION g_log_set_default_handler ##### -->
<para> <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 log handler has been set for the particular log domain
and log level combination. By default, GLib uses and log level combination. By default, GLib uses
g_log_default_handler() as default log handler. g_log_default_handler() as default log handler.