typo in documentation
authorBenjamin Otte <otte@gnome.org>
Mon, 8 Jun 2009 13:29:57 +0000 (15:29 +0200)
committerBenjamin Otte <otte@gnome.org>
Mon, 8 Jun 2009 13:30:28 +0000 (15:30 +0200)
gio/gsocketconnection.c

index 07a48a7..cb8bb5c 100644 (file)
@@ -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().