Fix another ancient docs typo
authorMichael Catanzaro <mcatanzaro@gnome.org>
Tue, 21 Oct 2014 00:05:26 +0000 (19:05 -0500)
committerMichael Catanzaro <mcatanzaro@gnome.org>
Tue, 21 Oct 2014 00:05:48 +0000 (19:05 -0500)
gio/gtcpconnection.c

index 00e8470..8ff355d 100644 (file)
@@ -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.
  *