[gnome-keyring] daemon: Fix amusing typo



commit 41cd0b3ddbd069af30e0f54050e6b69a03a493cc
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Nov 2 09:50:50 2015 -0600

    daemon: Fix amusing typo

 daemon/login/gkd-login.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/login/gkd-login.c b/daemon/login/gkd-login.c
index 549fbe3..a79828b 100644
--- a/daemon/login/gkd-login.c
+++ b/daemon/login/gkd-login.c
@@ -622,7 +622,7 @@ gkd_login_clear_password (GckSession *session,
        for (l = objects; l; l = g_list_next (l)) {
                if (gck_object_destroy (l->data, NULL, &error))
                        break; /* Only delete the first item */
-               g_warning ("couldn't clear assword: %s", error->message);
+               g_warning ("couldn't clear password: %s", error->message);
                g_clear_error (&error);
        }
 


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