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/crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/crypt.c') diff --git a/libssh/crypt.c b/libssh/crypt.c index 2e05146b..c42cd359 100644 --- a/libssh/crypt.c +++ b/libssh/crypt.c @@ -179,7 +179,7 @@ unsigned char *packet_encrypt(ssh_session session, void *data, uint32_t len) { * @param mac The mac to compare with the hmac. * * @return 0 if hmac and mac are equal, < 0 if not or an error - * occured. + * occurred. */ int packet_hmac_verify(ssh_session session, ssh_buffer buffer, unsigned char *mac) { -- cgit