mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
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:
parent
dc39232ded
commit
5b64522fcb
@ -1952,7 +1952,7 @@ g_socket_get_local_address (GSocket *socket,
|
||||
* @socket: a #GSocket.
|
||||
* @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.
|
||||
*
|
||||
* Returns: (transfer full): a #GSocketAddress or %NULL on error.
|
||||
|
Loading…
Reference in New Issue
Block a user