summaryrefslogtreecommitdiffstats
path: root/libssh/client.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-03-25 13:46:09 +0100
committerAndreas Schneider <mail@cynapses.org>2010-03-25 13:55:50 +0100
commitaf7f69c515b4b1385db24f78367498e5f080f1bb (patch)
tree2a337ae848c053d36dd8ed016e323754643f2390 /libssh/client.c
parentea92d5b2301322298eae55ad5ea1065e26fdeb8e (diff)
Fixed spelling.
Diffstat (limited to 'libssh/client.c')
-rw-r--r--libssh/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/client.c b/libssh/client.c
index 80816b25..4c4f6493 100644
--- a/libssh/client.c
+++ b/libssh/client.c
@@ -699,7 +699,7 @@ error:
const char *ssh_copyright(void) {
return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2008 Aris Adamantiadis "
"(aris@0xbadc0de.be) Distributed under the LGPL, please refer to COPYING"
- "file for informations about your rights";
+ "file for information about your rights";
}
/** @} */
/* vim: set ts=2 sw=2 et cindent: */