From d9c036f06add99271a206b113947642923013a6d Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 4 Mar 2008 13:15:57 +0000 Subject: [PATCH] Tiny documentation corrections. 2008-03-04 Murray Cumming * ginputstream.c: * goutputstream.c: Tiny documentation corrections. svn path=/trunk/; revision=6620 --- gio/ChangeLog | 5 +++++ gio/ginputstream.c | 2 +- gio/goutputstream.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 51bc9667..561b916f 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-03-04 Murray Cumming + + * ginputstream.c: + * goutputstream.c: Tiny documentation corrections. + 2008-03-03 Alexander Larsson * gunionvolumemonitor.c: diff --git a/gio/ginputstream.c b/gio/ginputstream.c index ec8b71fb..385a59cf 100644 --- a/gio/ginputstream.c +++ b/gio/ginputstream.c @@ -414,7 +414,7 @@ g_input_stream_real_skip (GInputStream *stream, * * On failure the first error that happened will be reported, but the close * operation will finish as much as possible. A stream that failed to - * close will still return %G_IO_ERROR_CLOSED all operations. Still, it + * close will still return %G_IO_ERROR_CLOSED for all operations. Still, it * is important to check and report the error to the user. * * If @cancellable is not NULL, then the operation can be cancelled by diff --git a/gio/goutputstream.c b/gio/goutputstream.c index c302f281..f4d31026 100644 --- a/gio/goutputstream.c +++ b/gio/goutputstream.c @@ -483,7 +483,7 @@ g_output_stream_real_splice (GOutputStream *stream, * * On failure the first error that happened will be reported, but the close * operation will finish as much as possible. A stream that failed to - * close will still return %G_IO_ERROR_CLOSED all operations. Still, it + * close will still return %G_IO_ERROR_CLOSED for all operations. Still, it * is important to check and report the error to the user, otherwise * there might be a loss of data as all data might not be written. * -- 2.34.1