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/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/buffer.c') diff --git a/libssh/buffer.c b/libssh/buffer.c index 761c51b..1a014a5 100644 --- a/libssh/buffer.c +++ b/libssh/buffer.c @@ -121,7 +121,7 @@ static int realloc_buffer(struct ssh_buffer_struct *buffer, int needed) { /* \internal * \brief reinitialize a buffer * \param buffer buffer - * \return 0 on sucess, < 0 on error + * \return 0 on success, < 0 on error */ int buffer_reinit(struct ssh_buffer_struct *buffer) { buffer_verify(buffer); -- cgit