socket: fix typo in get_remote_address docs

fixed the following typo:
"remove address" → "remote address"

https://bugzilla.gnome.org/show_bug.cgi?id=788766
This commit is contained in:
grindhold 2017-10-10 12:14:55 +02:00 committed by Philip Withnall
parent dc39232ded
commit 5b64522fcb

View File

@ -1952,7 +1952,7 @@ g_socket_get_local_address (GSocket *socket,
* @socket: a #GSocket. * @socket: a #GSocket.
* @error: #GError for error reporting, or %NULL to ignore. * @error: #GError for error reporting, or %NULL to ignore.
* *
* Try to get the remove address of a connected socket. This is only * Try to get the remote address of a connected socket. This is only
* useful for connection oriented sockets that have been connected. * useful for connection oriented sockets that have been connected.
* *
* Returns: (transfer full): a #GSocketAddress or %NULL on error. * Returns: (transfer full): a #GSocketAddress or %NULL on error.