[libsecret] Fix 'attributes' typo in API doc



commit a2e76aede7f8732efa58864d2ffdcfcb19825381
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Sun Jul 26 22:38:41 2015 +0200

    Fix 'attributes' typo in API doc
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756766

 libsecret/secret-password.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]