From af7f69c515b4b1385db24f78367498e5f080f1bb Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 25 Mar 2010 13:46:09 +0100 Subject: Fixed spelling. --- libssh/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/auth.c') diff --git a/libssh/auth.c b/libssh/auth.c index 11e327fb..399b02db 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -1381,7 +1381,7 @@ int ssh_userauth_kbdint(ssh_session session, const char *user, /* * If we are at this point, it ss because session->kbdint exists. - * It means the user has set some informations there we need to send + * It means the user has set some information there we need to send * the server and then we need to ack the status (new questions or ok * pass in). */ -- cgit