summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libssh/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libssh/init.c b/libssh/init.c
index e670384..2df3f5d 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
*/