aboutsummaryrefslogtreecommitdiff
path: root/sample.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-07-25 11:35:56 +0200
committerAndreas Schneider <mail@cynapses.org>2009-07-25 11:55:42 +0200
commit737f588b3b9b3b828eb2bdc7d414f4c770127b88 (patch)
tree369acfbbdbb20107dbc6a32592600cdd1f4246e8 /sample.c
parent6d5b36fb79d64d61baa9493ca48f70dd2d265eb2 (diff)
downloadlibssh-737f588b3b9b3b828eb2bdc7d414f4c770127b88.tar.gz
libssh-737f588b3b9b3b828eb2bdc7d414f4c770127b88.tar.xz
libssh-737f588b3b9b3b828eb2bdc7d414f4c770127b88.zip
Fix a typo.
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 1132522..3a7acfa 100644
--- a/sample.c
+++ b/sample.c
@@ -380,7 +380,7 @@ void do_sftp(SSH_SESSION *session){
sftp_close(to);
/* close the sftp session */
sftp_free(sftp_session);
- printf("session sftp termin�\n");
+ printf("sftp session terminated\n");
}
#endif