trivial spelling/whitespace fixes
authorRyan Lortie <ryanl@src.gnome.org>
Tue, 17 Mar 2009 23:03:33 +0000 (23:03 +0000)
committerRyan Lortie <ryanl@src.gnome.org>
Tue, 17 Mar 2009 23:03:33 +0000 (23:03 +0000)
svn path=/trunk/; revision=8011

ChangeLog
glib/gmain.c

index a97312a7703b9e1c99f72bb0a01d59c1ceb784a5..28abae5cd12ce3b469e64404fd91d5f15a89b577 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,11 +2,11 @@
 
        Bug 575555 – Use fsync() when replacing files to avoid data loss on crash
 
-        * configure.in:
+       * configure.in:
        Look for fsync().
 
-        * glib/gfileutils.c:
-        (write_to_temp_file):
+       * glib/gfileutils.c:
+       (write_to_temp_file):
        fsync temp file if destination file exists
 
 2009-03-13  Matthias Clasen  <mclasen@redhat.com>
 
 2008-10-08  Christian Persch  <chpe@gnome.org>
 
-        Bug 555313 – GFileAttribute boxed type get_type function should
-        use usual get_type pattern
+       Bug 555313 – GFileAttribute boxed type get_type function should
+       use usual get_type pattern
 
-        * gio/gfileattribute.c (g_file_attribute_info_list_get_type): Use
-        g_once_init_enter/leave.
+       * gio/gfileattribute.c (g_file_attribute_info_list_get_type): Use
+       g_once_init_enter/leave.
 
 2008-10-08  Christian Persch  <chpe@gnome.org>
 
-        Bug 555314 – mem leak in gmarkup
+       Bug 555314 – mem leak in gmarkup
 
-        * glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
+       * glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
 
 2008-10-08  Tor Lillqvist  <tml@novell.com>
 
index 29de1854297f26ac54f2b77c346d73afd24cb177..17866c7e3f846e3698136a2c0218f8aed97d225d 100644 (file)
@@ -3949,7 +3949,7 @@ g_idle_source_new (void)
 /**
  * g_idle_add_full:
  * @priority: the priority of the idle source. Typically this will be in the
- *            range btweeen #G_PRIORITY_DEFAULT_IDLE and #G_PRIORITY_HIGH_IDLE.
+ *            range between #G_PRIORITY_DEFAULT_IDLE and #G_PRIORITY_HIGH_IDLE.
  * @function: function to call
  * @data:     data to pass to @function
  * @notify:   function to call when the idle is removed, or %NULL