=?utf-8?q?=5Bglib/wip/doc-fixes=3A_8/8=5D_docs=3A_Fix_typo_G=5FSOCKET=5FA?= =?utf-8?q?DDRESS=5FUNIX_=E2=86=92_G=5FUNIX=5FSOCKET=5FADDRESS?=
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/doc-fixes: 8/8] docs: Fix typo G_SOCKET_ADDRESS_UNIX â G_UNIX_SOCKET_ADDRESS
- Date: Tue, 21 Feb 2012 00:37:05 +0000 (UTC)
commit 8d2ff564d40a873b049f180ca60c20b085a6bc42
Author: David King <amigadave amigadave com>
Date: Sun Feb 19 16:43:46 2012 +0000
docs: Fix typo G_SOCKET_ADDRESS_UNIX â G_UNIX_SOCKET_ADDRESS
gio/gunixfdlist.c | 2 +-
gio/gunixfdmessage.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gunixfdlist.c b/gio/gunixfdlist.c
index 9a888b2..a7ab6b2 100644
--- a/gio/gunixfdlist.c
+++ b/gio/gunixfdlist.c
@@ -23,7 +23,7 @@
* descriptors that it contains, closing them when finalized.
*
* It may be wrapped in a #GUnixFDMessage and sent over a #GSocket in
- * the %G_SOCKET_ADDRESS_UNIX family by using g_socket_send_message()
+ * the %G_UNIX_SOCKET_ADDRESS family by using g_socket_send_message()
* and received using g_socket_receive_message().
*
* Note that <filename><gio/gunixfdlist.h></filename> belongs to
diff --git a/gio/gunixfdmessage.c b/gio/gunixfdmessage.c
index a9c5fe1..e4a8200 100644
--- a/gio/gunixfdmessage.c
+++ b/gio/gunixfdmessage.c
@@ -22,7 +22,7 @@
* This #GSocketControlMessage contains a #GUnixFDList.
* It may be sent using g_socket_send_message() and received using
* g_socket_receive_message() over UNIX sockets (ie: sockets in the
- * %G_SOCKET_ADDRESS_UNIX family). The file descriptors are copied
+ * %G_UNIX_SOCKET_ADDRESS family). The file descriptors are copied
* between processes by the kernel.
*
* For an easier way to send and receive file descriptors over
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]