diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-01-06 21:12:00 +0100 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-01-06 21:12:00 +0100 |
commit | 84e6aca5c523768653b751d2d770f0fedcbbe0a9 (patch) | |
tree | 7516d3c4306baf1783d9497d3e60c7ffd671a385 /libssh/agent.c | |
parent | ebd09873768e872e765744bb07754fc9847e84d9 (diff) | |
download | libssh-84e6aca5c523768653b751d2d770f0fedcbbe0a9.tar.gz libssh-84e6aca5c523768653b751d2d770f0fedcbbe0a9.tar.xz libssh-84e6aca5c523768653b751d2d770f0fedcbbe0a9.zip |
Fixed typos from a* to error.c
Diffstat (limited to 'libssh/agent.c')
-rw-r--r-- | libssh/agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/agent.c b/libssh/agent.c index a918664..4bcdcbb 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 |