1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-08 19:02:07 +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

@@ -92,7 +92,7 @@ int main(int argc, char *argv[])
return 1;
}
/* At this point we havn't authenticated,
/* At this point we haven't authenticated,
* The first thing to do is check the hostkey's fingerprint against our known hosts
* Your app may have it hard coded, may go to a file, may present it to the user, that's your call
*/