summaryrefslogtreecommitdiff
path: root/gio/gfileoutputstream.c
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-01-16 20:00:23 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-01-16 20:00:23 +0000
commitf0749cc896db4174609da7da178d079aaf758845 (patch)
treebcd0d0411e4f2e28f3447ab6a4d4deecbe909d7a /gio/gfileoutputstream.c
parentf970f886cb2044ca32032272a54fb0c63c9211c4 (diff)
downloadglib-f0749cc896db4174609da7da178d079aaf758845.tar.gz
Corrected some typos in the documentation: occured -> occurred. its ->
2008-01-16 Murray Cumming <murrayc@murrayc.com> * gappinfo.c: * gdatainputstream.c: * gfile.c: * gfileoutputstream.c: * ginputstream.c: * gmount.c: * goutputstream.c: * gseekable.c: * gunixmounts.c: Corrected some typos in the documentation: occured -> occurred. its -> it's (where appropriate). svn path=/trunk/; revision=6322
Diffstat (limited to 'gio/gfileoutputstream.c')
-rw-r--r--gio/gfileoutputstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gfileoutputstream.c b/gio/gfileoutputstream.c
index 03963a03b..999aeff23 100644
--- a/gio/gfileoutputstream.c
+++ b/gio/gfileoutputstream.c
@@ -277,9 +277,9 @@ g_file_output_stream_query_info_finish (GFileOutputStream *stream,
* g_file_output_stream_get_etag:
* @stream: a #GFileOutputStream.
*
- * Gets the entity tag for the file when its been written.
+ * Gets the entity tag for the file when it has been written.
* This must be called after the stream has been written
- * and closed. As the etag can change while writing.
+ * and closed, as the etag can change while writing.
*
* Returns: the entity tag for the stream.
**/