aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'libssh')
-rw-r--r--libssh/init.c3
1 files changed, 2 insertions, 1 deletions
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
*/