summaryrefslogtreecommitdiffstats
path: root/libssh/client.c
diff options
context:
space:
mode:
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 8064ce24..45d9bf87 100644
--- a/libssh/client.c
+++ b/libssh/client.c
@@ -805,7 +805,7 @@ error:
const char *ssh_copyright(void) {
return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2010 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: */