[glib] socket: fix typo in get_remote_address docs



commit 5b64522fcb2014f43dce7c5440fe967e2d09edc2
Author: grindhold <grindhold gmx net>
Date:   Tue Oct 10 12:14:55 2017 +0200

    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

 gio/gsocket.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsocket.c b/gio/gsocket.c
index eea502c..85859be 100644
--- a/gio/gsocket.c
+++ b/gio/gsocket.c
@@ -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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]