From a2e76aede7f8732efa58864d2ffdcfcb19825381 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sun, 26 Jul 2015 22:38:41 +0200 Subject: [PATCH] Fix 'attributes' typo in API doc https://bugzilla.gnome.org/show_bug.cgi?id=756766 --- libsecret/secret-password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsecret/secret-password.c b/libsecret/secret-password.c index daf50f0..149995d 100644 --- a/libsecret/secret-password.c +++ b/libsecret/secret-password.c @@ -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. *