From 4c09324b023bcc2d9869a9fcb02909a923882cc4 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Fri, 19 Mar 2010 23:20:38 +0100 Subject: [PATCH] Fix speling --- include/libssh2.h | 4 ++-- src/knownhost.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/libssh2.h b/include/libssh2.h index c8df7dff..04df8185 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -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. */ diff --git a/src/knownhost.c b/src/knownhost.c index cd287413..a26023e9 100644 --- a/src/knownhost.c +++ b/src/knownhost.c @@ -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. */