From 4911ca3673221a701a562455d83f17eedea2ffbd Mon Sep 17 00:00:00 2001 From: David King Date: Sun, 19 Feb 2012 16:43:46 +0000 Subject: =?UTF-8?q?docs:=20Fix=20typo=20G=5FSOCKET=5FADDRESS=5FUNIX=20?= =?UTF-8?q?=E2=86=92=20G=5FUNIX=5FSOCKET=5FADDRESS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 9a888b2f6..a7ab6b237 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 <gio/gunixfdlist.h> belongs to diff --git a/gio/gunixfdmessage.c b/gio/gunixfdmessage.c index a9c5fe1df..e4a8200d7 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 -- cgit v1.2.1