[libsecret] Properly refer to the fact that multiple passwords may be removed.



commit 69fd67ae19aff85f5e565d06949d731b7f8da908
Author: Stef Walter <stefw gnome org>
Date:   Fri Jul 13 16:08:36 2012 +0200

    Properly refer to the fact that multiple passwords may be removed.

 libsecret/secret-password.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libsecret/secret-password.c b/libsecret/secret-password.c
index 5f2288b..af4df1f 100644
--- a/libsecret/secret-password.c
+++ b/libsecret/secret-password.c
@@ -640,7 +640,7 @@ secret_password_lookupv_sync (const SecretSchema *schema,
  * @user_data: data to be passed to the callback
  * @...: the attribute keys and values, terminated with %NULL
  *
- * Remove a password from the secret service.
+ * Remove passwords from the secret service.
  *
  * 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
@@ -784,7 +784,7 @@ secret_password_remove_sync (const SecretSchema* schema,
  * @cancellable: optional cancellation object
  * @error: location to place an error on failure
  *
- * Remove a password from the secret service.
+ * Remove passwords from the secret service.
  *
  * The @attributes should be a set of key and value string pairs.
  *



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