[glib] goutputstream: docs: fix typos
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] goutputstream: docs: fix typos
- Date: Thu, 19 Jan 2017 10:30:36 +0000 (UTC)
commit 40cf271a779ed2bb29361b6e9fb6b9f814204d47
Author: Will Thompson <wjt endlessm com>
Date: Thu Jan 19 08:21:16 2017 +0000
goutputstream: docs: fix typos
"ouput" -> "output" (missing 't')
"asyncronous" -> "asynchronous" (missing 'h')
https://bugzilla.gnome.org/show_bug.cgi?id=777481
gio/goutputstream.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gio/goutputstream.c b/gio/goutputstream.c
index 3d4fa98..354c006 100644
--- a/gio/goutputstream.c
+++ b/gio/goutputstream.c
@@ -789,7 +789,7 @@ async_ready_write_callback_wrapper (GObject *source_object,
* value) will be executed before an outstanding request with lower
* priority. Default priority is %G_PRIORITY_DEFAULT.
*
- * The asyncronous methods have a default fallback that uses threads
+ * The asynchronous methods have a default fallback that uses threads
* to implement asynchronicity, so they are optional for inheriting
* classes. However, if you override one you must override all.
*
@@ -1469,7 +1469,7 @@ real_close_async_cb (GObject *source_object,
*
* For behaviour details see g_output_stream_close().
*
- * The asyncronous methods have a default fallback that uses threads
+ * The asynchronous methods have a default fallback that uses threads
* to implement asynchronicity, so they are optional for inheriting
* classes. However, if you override one you must override all.
**/
@@ -1624,7 +1624,7 @@ g_output_stream_is_closing (GOutputStream *stream)
* g_output_stream_has_pending:
* @stream: a #GOutputStream.
*
- * Checks if an ouput stream has pending actions.
+ * Checks if an output stream has pending actions.
*
* Returns: %TRUE if @stream has pending actions.
**/
@@ -1693,7 +1693,7 @@ g_output_stream_clear_pending (GOutputStream *stream)
* g_output_stream_async_write_is_via_threads:
* @stream: a #GOutputStream.
*
- * Checks if an ouput stream's write_async function uses threads.
+ * Checks if an output stream's write_async function uses threads.
*
* Returns: %TRUE if @stream's write_async function uses threads.
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]