summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2017-08-15 15:35:39 +0200
committerDaiki Ueno <dueno@src.gnome.org>2017-09-22 16:16:32 +0200
commit170e743efdbe224f9dbce74351a512b5ab244506 (patch)
tree2c40f4a58bb8d72d6545307c8d8b8a703c1c6a1b
parent612365163fa6dee9157e2e3d4c9efc407440ddbd (diff)
downloadgnome-keyring-170e743efdbe224f9dbce74351a512b5ab244506.tar.gz
Typo private->public
-rw-r--r--daemon/ssh-agent/gkd-ssh-agent-proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/ssh-agent/gkd-ssh-agent-proto.c b/daemon/ssh-agent/gkd-ssh-agent-proto.c
index f288374e..a020dd35 100644
--- a/daemon/ssh-agent/gkd-ssh-agent-proto.c
+++ b/daemon/ssh-agent/gkd-ssh-agent-proto.c
@@ -210,7 +210,7 @@ gkd_ssh_agent_proto_read_public (EggBuffer *req,
}
if (!ret) {
- g_warning ("couldn't read incoming SSH private key");
+ g_warning ("couldn't read incoming SSH public key");
return FALSE;
}