From aabc3a41c36f89363884b2a61dd9b038e5b5c214 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 20 Oct 2014 19:05:26 -0500 Subject: [PATCH] Fix another ancient docs typo --- gio/gtcpconnection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gtcpconnection.c b/gio/gtcpconnection.c index 00e8470..8ff355d 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. * -- 2.7.4