Fix 'attributes' typo in API doc

https://bugzilla.gnome.org/show_bug.cgi?id=756766
This commit is contained in:
Christophe Fergeau 2015-07-26 22:38:41 +02:00
parent 1be4264b76
commit a2e76aede7

View File

@ -443,7 +443,7 @@ secret_password_lookup_finish (GAsyncResult *result,
* The variable argument list should contain pairs of a) The attribute name as
* a null-terminated string, followed by b) attribute value, either a character
* string, an int number, or a gboolean value, as defined in the password
* @schema. The list of attribtues should be terminated with a %NULL.
* @schema. The list of attributes should be terminated with a %NULL.
*
* If no secret is found then %NULL is returned.
*