summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-05-28 14:40:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-05-28 14:40:18 -0400
commit62abf79be2f7133d4c14aa89a04ac7261e00b9f0 (patch)
tree80dde81c74468a2d1b044f98c9fd30dcf84e67ad
parentd32226da6d4ff565aebd41b5f126d625dc42816b (diff)
Another pedantic docs fix
-rw-r--r--gio/gsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gsocket.c b/gio/gsocket.c
index 95d9662f5..9c40c6d0f 100644
--- a/gio/gsocket.c
+++ b/gio/gsocket.c
@@ -65,7 +65,7 @@
*
* A #GSocket is a low-level networking primitive. It is a more or less
* direct mapping of the BSD socket API in a portable GObject based API.
- * It supports both the unix socket implementations and winsock2 on Windows.
+ * It supports both the UNIX socket implementations and winsock2 on Windows.
*
* #GSocket is the platform independent base upon which the higher level
* network primitives are based. Applications are not typically meant to