[glib] giostream: Fix a typo in the documentation for g_io_stream_close()



commit ad7250ab5324a05456a7d5445edfd3ec26638dba
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Wed Sep 30 12:57:42 2015 +0100

    giostream: Fix a typo in the documentation for g_io_stream_close()

 gio/giostream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/giostream.c b/gio/giostream.c
index e4cb6f1..8ca0e4e 100644
--- a/gio/giostream.c
+++ b/gio/giostream.c
@@ -337,7 +337,7 @@ g_io_stream_real_close (GIOStream     *stream,
  * @error: location to store the error occurring, or %NULL to ignore
  *
  * Closes the stream, releasing resources related to it. This will also
- * closes the individual input and output streams, if they are not already
+ * close the individual input and output streams, if they are not already
  * closed.
  *
  * Once the stream is closed, all other operations will return


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