From 737f588b3b9b3b828eb2bdc7d414f4c770127b88 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 25 Jul 2009 11:35:56 +0200 Subject: [PATCH] Fix a typo. --- sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.c b/sample.c index 1132522e..3a7acfa0 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