From 9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 25 Mar 2010 13:46:09 +0100 Subject: Fixed spelling. --- libssh/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/client.c') 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: */ -- cgit