From cae8951e3085e50f7dd48b592940fa0ccd97bb59 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 19 Sep 2012 09:06:07 +0200 Subject: Fix typo in docs. Change-Id: Icfafa00062b442903579dd7993c75fffb60187f9 Reviewed-by: Peter Hartmann --- src/network/ssl/qsslsocket_openssl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/network/ssl/qsslsocket_openssl.cpp b/src/network/ssl/qsslsocket_openssl.cpp index 250ff0fe38..cf26a11bf4 100644 --- a/src/network/ssl/qsslsocket_openssl.cpp +++ b/src/network/ssl/qsslsocket_openssl.cpp @@ -87,7 +87,7 @@ bool QSslSocketPrivate::s_loadRootCertsOnDemand = false; locking_function(int mode, int n, const char *file, int line) is needed to perform locking on shared data structures. (Note that OpenSSL uses a number of global data structures that will be implicitly shared - when-whenever ever multiple threads use OpenSSL.) Multi-threaded + whenever multiple threads use OpenSSL.) Multi-threaded applications will crash at random if it is not set. ... ... id_function(void) is a function that returns a thread ID. It is not -- cgit v1.2.3