diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2014-01-24 15:07:28 -0500 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2014-01-24 15:07:28 -0500 |
commit | 3ba76d05699f6c20ff741c14fe95c1fd3f9a7fd1 (patch) | |
tree | 0a75f82214473fd43704335b8cd91dffb1dde7ee | |
parent | d96df54afb4ba104165359d32f52054ab95a3f04 (diff) |
AccountRequest: fix doc typo
-rw-r--r-- | telepathy-glib/account-request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account-request.c b/telepathy-glib/account-request.c index 474883908..e1afdc922 100644 --- a/telepathy-glib/account-request.c +++ b/telepathy-glib/account-request.c @@ -1057,7 +1057,7 @@ tp_account_request_add_supersedes (TpAccountRequest *self, /** * tp_account_request_set_avatar: * @self: a #TpAccountRequest - * @avatar: (allow-none) (array length=len) a new avatar to set; can + * @avatar: (allow-none) (array length=len): a new avatar to set; can * be %NULL only if %len equals 0 * @len: the length of the new avatar * @mime_type: (allow-none): the MIME type of the new avatar; can be %NULL |