From 84e6aca5c523768653b751d2d770f0fedcbbe0a9 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 6 Jan 2010 21:12:00 +0100 Subject: Fixed typos from a* to error.c --- libssh/agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/agent.c') diff --git a/libssh/agent.c b/libssh/agent.c index a918664a..4bcdcbbc 100644 --- a/libssh/agent.c +++ b/libssh/agent.c @@ -27,7 +27,7 @@ * How does the ssh-agent work? * * a) client sends a request to get a list of all keys - * the agent returns the cound and all public keys + * the agent returns the count and all public keys * b) iterate over them to check if the server likes one * c) the client sends a sign request to the agent * type, pubkey as blob, data to sign, flags -- cgit