1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-07 08:02:56 +03:00

Spelling corrections (#380)

Files : 
libssh2.h, libssh2_sftp.h, bcrypt_pbkdf.c, mbedtls.c, sftp.c, ssh2.c

Notes :
* Fixed misspellings

Credit :
Pedro Monreal
This commit is contained in:
Pedro Monreal
2019-07-01 19:00:09 +02:00
committed by Will Cosgrove
parent fd8b28658d
commit f4663f9f12
6 changed files with 11 additions and 11 deletions

View File

@@ -214,7 +214,7 @@ struct _LIBSSH2_SFTP_STATVFS {
#define LIBSSH2_FX_INVALID_FILENAME 20
#define LIBSSH2_FX_LINK_LOOP 21
/* Returned by any function that would block during a read/write opperation */
/* Returned by any function that would block during a read/write operation */
#define LIBSSH2SFTP_EAGAIN LIBSSH2_ERROR_EAGAIN
/* SFTP API */