[glib] gio: Fix some typos of ‘asynchronous’ in documentation comments
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gio: Fix some typos of ‘asynchronous’ in documentation comments
- Date: Thu, 13 Apr 2017 09:25:41 +0000 (UTC)
commit 8c4a6fdbf5a699b0590f0ee7ff88b4fe00a59ae9
Author: Philip Withnall <withnall endlessm com>
Date: Thu Apr 13 10:23:50 2017 +0100
gio: Fix some typos of ‘asynchronous’ in documentation comments
gio/ginputstream.c | 4 ++--
gio/gtlsinteraction.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/ginputstream.c b/gio/ginputstream.c
index 299b441..5e4d222 100644
--- a/gio/ginputstream.c
+++ b/gio/ginputstream.c
@@ -579,7 +579,7 @@ async_ready_close_callback_wrapper (GObject *source_object,
* 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 to implement
+ * 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.
**/
@@ -1081,7 +1081,7 @@ g_input_stream_skip_finish (GInputStream *stream,
*
* For behaviour details see g_input_stream_close().
*
- * The asyncronous methods have a default fallback that uses threads to implement
+ * 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.
**/
diff --git a/gio/gtlsinteraction.c b/gio/gtlsinteraction.c
index 75134a2..eaaaa16 100644
--- a/gio/gtlsinteraction.c
+++ b/gio/gtlsinteraction.c
@@ -84,7 +84,7 @@
* implementation returns %G_TLS_INTERACTION_HANDLED, then the connection
* argument should have been filled in by using
* g_tls_connection_set_certificate().
- * @request_certificate_async: ask for a certificate asyncronously.
+ * @request_certificate_async: ask for a certificate asynchronously.
* @request_certificate_finish: complete operation to ask for a certificate
* asynchronously. If the implementation returns %G_TLS_INTERACTION_HANDLED,
* then the connection argument of the async method should have been
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]