From 414075c64c6fb2a6a2161d74e68f17848d00acac Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Tue, 15 Apr 2008 14:32:58 +0000 Subject: [PATCH] Fixed typos in gtk-doc comments. 2008-04-15 Mukund Sivaraman * gio/gfile.c: Fixed typos in gtk-doc comments. svn path=/trunk/; revision=6850 --- ChangeLog | 4 ++++ gio/gfile.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 243b09331..23f6821ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-15 Mukund Sivaraman + + * gio/gfile.c: Fixed typos in gtk-doc comments. + 2008-04-10 Mathias Hasselmann Bug 519137 – g_slice_dup macro needs cast for 64-bit platform diff --git a/gio/gfile.c b/gio/gfile.c index 75876e40a..cf255fb00 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -1468,7 +1468,7 @@ g_file_append_to (GFile *file, * @error: a #GError, or %NULL * * Creates a new file and returns an output stream for writing to it. - * The file must not already exists. + * The file must not already exist. * * By default files created are generally readable by everyone, * but if you pass #G_FILE_CREATE_PRIVATE in @flags the file @@ -1753,7 +1753,7 @@ g_file_append_to_finish (GFile *file, * @user_data: the data to pass to callback function * * Asynchronously creates a new file and returns an output stream for writing to it. - * The file must not already exists. + * The file must not already exist. * * For more details, see g_file_create() which is * the synchronous version of this call.