summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-10-04 08:07:23 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-04 10:14:03 +0000
commit4e613d28d28acbc395ed91c1090d855d13dbc998 (patch)
tree7d837c72550dfd12e9b123d73ea1d8d974d6e595
parentc13ad2a7daad0e153d6bf6b57bc348de54e22ca3 (diff)
downloadqtdoc-4e613d28d28acbc395ed91c1090d855d13dbc998.tar.gz
Doc: Fix typo
Fixes: QTBUG-97052 Change-Id: I1f8e523870080ff74b6d9ad8bb2c867540f5efb9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit d01ffb88275684d6a5bda3d12d5ed887e5ec86a6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/windows.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index f443adc3..d08b9a31 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -274,7 +274,7 @@
\section1 Direct dependency to opengl32.dll
An alternative to the default \c dynamic OpenGL builds is to depend
- directly on opengl32.dll. For this mode, pass pass the command line options
+ directly on opengl32.dll. For this mode, pass the command line options
\c{-opengl desktop} to the configure script.
\badcode