aboutsummaryrefslogtreecommitdiff
path: root/libssh/init.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-07-27 13:20:29 +0200
committerAndreas Schneider <mail@cynapses.org>2009-07-27 13:20:29 +0200
commit1dcaebe1cef43389716a525e73da08056861a75d (patch)
treeaa3c53acbb4ab142752a4086b3d8676d4dd7842e /libssh/init.c
parent28b5d0f8751a8979231b3d2e6ccf182256219d52 (diff)
downloadlibssh-1dcaebe1cef43389716a525e73da08056861a75d.tar.gz
libssh-1dcaebe1cef43389716a525e73da08056861a75d.tar.xz
libssh-1dcaebe1cef43389716a525e73da08056861a75d.zip
Fix a typo.
Diffstat (limited to 'libssh/init.c')
-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
*/