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 a97312a..28abae5 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 29de185..17866c7 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