summaryrefslogtreecommitdiff
path: root/telepathy-glib/gnio-util.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-04-19 18:51:31 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-04-20 17:45:53 +0100
commit77958fe8c01a0fac6f32b02d0679a29d615ff4b1 (patch)
tree10ba0e3485d80d1a4fb0838b5f3bbefd7d904926 /telepathy-glib/gnio-util.c
parent51fbfef221470ae0ad94bc26a1e6b016757948b2 (diff)
downloadtelepathy-glib-77958fe8c01a0fac6f32b02d0679a29d615ff4b1.tar.gz
gnio-util: correct typo in “(allown-none)” annotation
Diffstat (limited to 'telepathy-glib/gnio-util.c')
-rw-r--r--telepathy-glib/gnio-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/gnio-util.c b/telepathy-glib/gnio-util.c
index 7b53e3153..3938dce7c 100644
--- a/telepathy-glib/gnio-util.c
+++ b/telepathy-glib/gnio-util.c
@@ -334,7 +334,7 @@ _tp_unix_connection_send_credentials_with_byte (GUnixConnection *connection,
* tp_unix_connection_send_credentials_with_byte
* @connection: a #GUnixConnection
* @byte: the byte to send with the credentials
- * @cancellable: (allown-none): a #GCancellable, or %NULL
+ * @cancellable: (allow-none): a #GCancellable, or %NULL
* @error: a #GError to fill
*
* A variant of g_unix_connection_send_credentials() allowing you to choose
@@ -544,7 +544,7 @@ _tp_unix_connection_receive_credentials_with_byte (GUnixConnection *connection,
* tp_unix_connection_receive_credentials_with_byte
* @connection: a #GUnixConnection
* @byte: (out): if not %NULL, used to return the byte
- * @cancellable: (allown-none): a #GCancellable, or %NULL
+ * @cancellable: (allow-none): a #GCancellable, or %NULL
* @error: a #GError to fill
*
* A variant of g_unix_connection_receive_credentials() allowing you to get