[gnome-keyring] Fixed typo in string. Fixes bug #697502



commit 8b3f300761edbb1ef9fcf434ccc3150ca3a1eef9
Author: Martin Olsson <martin minimum se>
Date:   Thu Jun 13 17:10:09 2013 +0200

    Fixed typo in string. Fixes bug #697502

 daemon/control/gkd-control-client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/control/gkd-control-client.c b/daemon/control/gkd-control-client.c
index 54e266e..6d4ded3 100644
--- a/daemon/control/gkd-control-client.c
+++ b/daemon/control/gkd-control-client.c
@@ -49,7 +49,7 @@ control_connect (const gchar *path,
        /* First a bunch of checks to make sure nothing funny is going on */
        if (lstat (path, &st) < 0) {
                if (!(flags & GKD_CONTROL_QUIET_IF_NO_PEER) || errno != ENOENT)
-                       g_message ("couldn't access conrol socket: %s: %s", path, g_strerror (errno));
+                       g_message ("couldn't access control socket: %s: %s", path, g_strerror (errno));
                return -1;
 
        } else if (st.st_uid != geteuid ()) {


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