gsocket: trivial typo fix
authorRyan Lortie <desrt@desrt.ca>
Thu, 13 Feb 2014 21:16:27 +0000 (16:16 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 22 Feb 2014 15:24:19 +0000 (10:24 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=724707

gio/gsocket.c

index 70618e1..71493bb 100644 (file)
@@ -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.
  *