glib r6620 - trunk/gio



Author: murrayc
Date: Tue Mar  4 13:15:57 2008
New Revision: 6620
URL: http://svn.gnome.org/viewvc/glib?rev=6620&view=rev

Log:
2008-03-04  Murray Cumming  <murrayc murrayc com>

* ginputstream.c:
* goutputstream.c: Tiny documentation corrections.

Modified:
   trunk/gio/ChangeLog
   trunk/gio/ginputstream.c
   trunk/gio/goutputstream.c

Modified: trunk/gio/ginputstream.c
==============================================================================
--- trunk/gio/ginputstream.c	(original)
+++ trunk/gio/ginputstream.c	Tue Mar  4 13:15:57 2008
@@ -414,7 +414,7 @@
  *
  * 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

Modified: trunk/gio/goutputstream.c
==============================================================================
--- trunk/gio/goutputstream.c	(original)
+++ trunk/gio/goutputstream.c	Tue Mar  4 13:15:57 2008
@@ -483,7 +483,7 @@
  *
  * 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.
  * 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]