1
1
Этот коммит содержится в:
Daniel Stenberg 2009-05-25 10:58:13 +02:00
родитель 5a162ad9f8
Коммит 42e9f02025

Просмотреть файл

@ -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.
*