Fix speling

This commit is contained in:
Peter Stuge 2010-03-19 23:20:38 +01:00
parent 6d4b1bbb45
commit 4c09324b02
2 changed files with 4 additions and 4 deletions

View File

@ -758,7 +758,7 @@ libssh2_knownhost_init(LIBSSH2_SESSION *session);
* a custom type is used, salt is ignored and you must provide the host
* pre-hashed when checking for it in the libssh2_knownhost_check() function.
*
* The keylen parameter may be ommitted (zero) if the key is provided as a
* The keylen parameter may be omitted (zero) if the key is provided as a
* NULL-terminated base64-encoded string.
*/
@ -810,7 +810,7 @@ libssh2_knownhost_add(LIBSSH2_KNOWNHOSTS *hosts,
* a custom type is used, salt is ignored and you must provide the host
* pre-hashed when checking for it in the libssh2_knownhost_check() function.
*
* The keylen parameter may be ommitted (zero) if the key is provided as a
* The keylen parameter may be omitted (zero) if the key is provided as a
* NULL-terminated base64-encoded string.
*/

View File

@ -255,7 +255,7 @@ knownhost_add(LIBSSH2_KNOWNHOSTS *hosts,
* a custom type is used, salt is ignored and you must provide the host
* pre-hashed when checking for it in the libssh2_knownhost_check() function.
*
* The keylen parameter may be ommitted (zero) if the key is provided as a
* The keylen parameter may be omitted (zero) if the key is provided as a
* NULL-terminated base64-encoded string.
*/
@ -293,7 +293,7 @@ libssh2_knownhost_add(LIBSSH2_KNOWNHOSTS *hosts,
* a custom type is used, salt is ignored and you must provide the host
* pre-hashed when checking for it in the libssh2_knownhost_check() function.
*
* The keylen parameter may be ommitted (zero) if the key is provided as a
* The keylen parameter may be omitted (zero) if the key is provided as a
* NULL-terminated base64-encoded string.
*/