From: Benjamin Otte Date: Mon, 8 Jun 2009 13:29:57 +0000 (+0200) Subject: typo in documentation X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=74fd3e734f3b6e7702ee1a859855ef6bd1c28ef9;p=dana%2Fcg-glib.git typo in documentation --- diff --git a/gio/gsocketconnection.c b/gio/gsocketconnection.c index 07a48a78..cb8bb5cc 100644 --- a/gio/gsocketconnection.c +++ b/gio/gsocketconnection.c @@ -157,7 +157,7 @@ g_socket_connection_get_local_address (GSocketConnection *connection, * @connection: a #GSocketConnection * @error: #GError for error reporting, or %NULL to ignore. * - * Try to get the remove address of a socket connection. + * Try to get the remote address of a socket connection. * * Returns: a #GSocketAddress or %NULL on error. * Free the returned object with g_object_unref().