From 42e9f02025229bae2758f795a8de608578098d0a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 May 2009 10:58:13 +0200 Subject: [PATCH] spell fix a comment --- src/sftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sftp.c b/src/sftp.c index 876ee182..456068ab 100644 --- a/src/sftp.c +++ b/src/sftp.c @@ -566,7 +566,7 @@ static LIBSSH2_SFTP *sftp_init(LIBSSH2_SESSION *session) /* * The 'sftpInit_sftp' and 'sftpInit_channel' struct fields within the - * seeesion struct are only to be used during the setup phase. As soon + * session struct are only to be used during the setup phase. As soon * as the SFTP session is created they are cleared and can thus be * re-used again to allow any amount of SFTP handles per sessions. *