gsocket: trivial typo fix

https://bugzilla.gnome.org/show_bug.cgi?id=724707
This commit is contained in:
Ryan Lortie 2014-02-13 16:16:27 -05:00
parent 6147d15ea2
commit d8263dd793

View 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.
*