summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-02-13 16:16:27 -0500
committerRyan Lortie <desrt@desrt.ca>2014-02-15 16:57:11 -0500
commit1515f9ad92ed62d2c9d790c7020ff248c8dd6730 (patch)
tree34aeeca49cff34c068fa0f1dfeed955046c5912c
parent606ad2867307f4f7148914038f03dcc1f71ab646 (diff)
downloadglib-1515f9ad92ed62d2c9d790c7020ff248c8dd6730.tar.gz
gsocket: trivial typo 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 4b691f838..341686cdc 100644
--- a/gio/gsocket.c
+++ b/gio/gsocket.c
@@ -3406,7 +3406,7 @@ socket_source_new (GSocket *socket,
* @cancellable: (allow-none): a %GCancellable or %NULL
*
* Creates a %GSource that can be attached to a %GMainContext to monitor
- * for the availibility of the specified @condition on the socket.
+ * for the availability of the specified @condition on the socket.
*
* The callback on the source is of the #GSocketSourceFunc type.
*