Fix typo in docs.
authorFrederik Gladhorn <frederik.gladhorn@digia.com>
Wed, 19 Sep 2012 07:06:07 +0000 (09:06 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 19 Sep 2012 17:54:44 +0000 (19:54 +0200)
Change-Id: Icfafa00062b442903579dd7993c75fffb60187f9
Reviewed-by: Peter Hartmann <phartmann@rim.com>
src/network/ssl/qsslsocket_openssl.cpp

index 250ff0f..cf26a11 100644 (file)
@@ -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