Another pedantic docs fix
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 May 2009 18:40:04 +0000 (14:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 28 May 2009 18:40:18 +0000 (14:40 -0400)
gio/gsocket.c

index 95d9662f5269d6f84e9c1ddff98901e915725677..9c40c6d0f8a8e2fff390ccb499eda3831f2c7f14 100644 (file)
@@ -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