From d8263dd7930fddddc4b8158e720ce0387d445af7 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 13 Feb 2014 16:16:27 -0500 Subject: [PATCH] gsocket: trivial typo fix https://bugzilla.gnome.org/show_bug.cgi?id=724707 --- gio/gsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gsocket.c b/gio/gsocket.c index 70618e1..71493bb 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. * -- 2.7.4