gio: Fix some typos of ‘asynchronous’ in documentation comments

This commit is contained in:
Philip Withnall 2017-04-13 10:23:50 +01:00
parent 9ba95e25b7
commit 8c4a6fdbf5
2 changed files with 3 additions and 3 deletions

View File

@ -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.
**/

View File

@ -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