From: Frederik Gladhorn Date: Wed, 19 Sep 2012 07:06:07 +0000 (+0200) Subject: Fix typo in docs. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cae8951e3085e50f7dd48b592940fa0ccd97bb59;p=profile%2Fivi%2Fqtbase.git Fix typo in docs. Change-Id: Icfafa00062b442903579dd7993c75fffb60187f9 Reviewed-by: Peter Hartmann --- diff --git a/src/network/ssl/qsslsocket_openssl.cpp b/src/network/ssl/qsslsocket_openssl.cpp index 250ff0f..cf26a11 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