summaryrefslogtreecommitdiff
path: root/libsecret/secret-password.c
diff options
context:
space:
mode:
authorEvangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>2021-07-09 17:08:29 +0200
committerEvangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>2021-07-09 17:08:29 +0200
commit436200b0cb5c6a9574d5e3c8126168ce069891e8 (patch)
tree16e94e5d52257436f8574a84fa9fce113e20cc56 /libsecret/secret-password.c
parent9a8d156075ce09e2895914c5e4c7f3ff4354e01c (diff)
downloadlibsecret-436200b0cb5c6a9574d5e3c8126168ce069891e8.tar.gz
docs: Fix typos
Diffstat (limited to 'libsecret/secret-password.c')
-rw-r--r--libsecret/secret-password.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libsecret/secret-password.c b/libsecret/secret-password.c
index 6fc7755..30c5352 100644
--- a/libsecret/secret-password.c
+++ b/libsecret/secret-password.c
@@ -61,7 +61,7 @@
* 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 @schema.
- * The list of attribtues should be terminated with a %NULL.
+ * The list of attributes should be terminated with a %NULL.
*
* If the attributes match a secret item already stored in the collection, then
* the item will be updated with these new values.
@@ -381,7 +381,7 @@ secret_password_store_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 @schema.
- * The list of attribtues should be terminated with a %NULL.
+ * The list of attributes should be terminated with a %NULL.
*
* If the attributes match a secret item already stored in the collection, then
* the item will be updated with these new values.
@@ -625,7 +625,7 @@ secret_password_storev_binary_sync (const SecretSchema *schema,
* 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.
*
@@ -909,7 +909,7 @@ secret_password_lookup_sync (const SecretSchema *schema,
* 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.
*
@@ -1169,7 +1169,7 @@ secret_password_lookupv_sync (const SecretSchema *schema,
* 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.
*
* All unlocked items that match the attributes will be deleted.
*
@@ -1345,7 +1345,7 @@ secret_password_clear_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.
*
* All unlocked items that match the attributes will be deleted.
*
@@ -1449,7 +1449,7 @@ secret_password_clearv_sync (const SecretSchema *schema,
* 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.
*
* This method will return immediately and complete asynchronously.
*