From 1dcaebe1cef43389716a525e73da08056861a75d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 27 Jul 2009 13:20:29 +0200 Subject: Fix a typo. --- libssh/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libssh/init.c b/libssh/init.c index e6703842..2df3f5d1 100644 --- a/libssh/init.c +++ b/libssh/init.c @@ -34,7 +34,8 @@ /** * @brief initialize global cryptographic data structures. * - * This function should only be called once, at the begining of the program, in the main thread. It may be omitted if your program is not multithreaded. + * This function should only be called once, at the beginning of the program, in + * the main thread. It may be omitted if your program is not multithreaded. * * @returns 0 */ -- cgit v1.2.3