Fix a typo.

This commit is contained in:
Andreas Schneider
2009-07-27 13:20:29 +02:00
parent 28b5d0f875
commit 1dcaebe1ce

View File

@@ -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
*/