aboutsummaryrefslogtreecommitdiff
path: root/sample.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-07-13 00:19:47 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-07-13 00:19:47 +0200
commit76b6b1c6941559d41bb7113ea0dff070cb8671a3 (patch)
treec2fc0489f9f9637268fd00a9c88e9a4aec3d5a2d /sample.c
parent1301864f92c06debed73ea6fb034d6048c948fed (diff)
downloadlibssh-76b6b1c6941559d41bb7113ea0dff070cb8671a3.tar.gz
libssh-76b6b1c6941559d41bb7113ea0dff070cb8671a3.tar.xz
libssh-76b6b1c6941559d41bb7113ea0dff070cb8671a3.zip
typo in sample.c
Diffstat (limited to 'sample.c')
-rw-r--r--sample.c2
1 files changed, 1 insertions, 1 deletions
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);