aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-05-07 08:27:51 +0000
committerAndreas Schneider <mail@cynapses.org>2009-05-07 08:27:51 +0000
commitcea0ac4455ec11bf42d568c02ce21166eb5655c1 (patch)
tree47e419396fb6ad836a304efb9b88bbea5c87c664
parentae81c4124e08203cb8348b19169ab35793826c01 (diff)
downloadlibssh-cea0ac4455ec11bf42d568c02ce21166eb5655c1.tar.gz
libssh-cea0ac4455ec11bf42d568c02ce21166eb5655c1.tar.xz
libssh-cea0ac4455ec11bf42d568c02ce21166eb5655c1.zip
Fix typos.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@749 7dcaeef0-15fb-0310-b436-a5af3365683c
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c8077e2..eb4fdb76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,7 @@ version 0.3 (released xxxx-xx-xx)
* Added a channel_read_buffer() function, channel_read() is now
a POSIX like function.
* Added a more generic auth callback function.
- * Added printf attribute checking to log and error functions.#
+ * Added printf attribute checking for log and error functions.
* Added NSIS build support with CPack.
* Added openssh hashed host support.
* Added API documentation for all SFTP functions.