Fix another ancient docs typo

This commit is contained in:
Michael Catanzaro
2014-10-20 19:05:26 -05:00
parent f4af8d1d00
commit aabc3a41c3

View File

@@ -289,7 +289,7 @@ g_tcp_connection_close_async (GIOStream *stream,
* @connection: a #GTcpConnection * @connection: a #GTcpConnection
* @graceful_disconnect: Whether to do graceful disconnects or not * @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 * means that we signal the receiving end that the connection is terminated
* and wait for it to close the connection before closing the connection. * and wait for it to close the connection before closing the connection.
* *