summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2014-10-20 19:05:26 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2014-10-20 19:05:48 -0500
commitaabc3a41c36f89363884b2a61dd9b038e5b5c214 (patch)
tree348b138a103828032b0c638689e4f7317c312a51
parentf4af8d1d007edcfa5949315be563b3aa8792f250 (diff)
downloadglib-aabc3a41c36f89363884b2a61dd9b038e5b5c214.tar.gz
Fix another ancient docs typo
-rw-r--r--gio/gtcpconnection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gtcpconnection.c b/gio/gtcpconnection.c
index 00e847017..8ff355d46 100644
--- a/gio/gtcpconnection.c
+++ b/gio/gtcpconnection.c
@@ -289,7 +289,7 @@ g_tcp_connection_close_async (GIOStream *stream,
* @connection: a #GTcpConnection
* @graceful_disconnect: Whether to do graceful disconnects or not
*
- * This enabled graceful disconnects on close. A graceful disconnect
+ * This enables graceful disconnects on close. A graceful disconnect
* means that we signal the receiving end that the connection is terminated
* and wait for it to close the connection before closing the connection.
*