From: Bodo Möller Date: Fri, 19 May 2000 07:54:42 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_5~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=608c31c60dc8a69c4c70eec97668b9651311ad35;p=openssl typo --- diff --git a/doc/crypto/ERR_remove_state.pod b/doc/crypto/ERR_remove_state.pod index ebcdc0f5a5..72925fb9f4 100644 --- a/doc/crypto/ERR_remove_state.pod +++ b/doc/crypto/ERR_remove_state.pod @@ -16,7 +16,7 @@ ERR_remove_state() frees the error queue associated with thread B. If B == 0, the current thread will have its error queue removed. Since error queue data structures are allocated automatically for new -threads, they must be freed when threads are terminated in oder to +threads, they must be freed when threads are terminated in order to avoid memory leaks. =head1 RETURN VALUE