From 8df23d2283b56b181c4ebac9a74d9ea980efb1ba Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Tue, 17 Mar 2009 23:03:33 +0000 Subject: [PATCH] trivial spelling/whitespace fixes svn path=/trunk/; revision=8011 --- ChangeLog | 18 +++++++++--------- glib/gmain.c | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index a97312a..28abae5 100644 --- 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 @@ -672,17 +672,17 @@ 2008-10-08 Christian Persch - 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 - 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 diff --git a/glib/gmain.c b/glib/gmain.c index 29de185..17866c7 100644 --- a/glib/gmain.c +++ b/glib/gmain.c @@ -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 -- 2.7.4