From 76b6b1c6941559d41bb7113ea0dff070cb8671a3 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 13 Jul 2009 00:19:47 +0200 Subject: typo in sample.c --- sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample.c') diff --git a/sample.c b/sample.c index 86d241d..2b9a352 100644 --- a/sample.c +++ b/sample.c @@ -472,7 +472,7 @@ int main(int argc, char **argv){ case SSH_SERVER_FILE_NOT_FOUND: fprintf(stderr,"Could not find known host file. If you accept the host key here,\n"); fprintf(stderr,"the file will be automatically created.\n"); - /* fallback to SSH_SERVER_NOT_KNOWN behaviour */ + /* fallback to SSH_SERVER_NOT_KNOWN behavior */ case SSH_SERVER_NOT_KNOWN: hexa = ssh_get_hexa(hash, hlen); free(hash); -- cgit