diff options
author | Jonathan Liu <[email protected]> | 2014-03-27 01:50:11 +1100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2014-03-27 15:36:58 +0100 |
commit | 3c68252bf58a80fcf75fffcc2e0c976b1aa172fb (patch) | |
tree | 530c5cda913402155a33f6fb897f1a95f329b2b7 | |
parent | b3f201b8afcf88015f5bff7b3f43e90b13f8a8f1 (diff) |
Doc: Fix typos
Change-Id: I720813b126f02d4813c88811316a0fa99961c6d8
Reviewed-by: Friedemann Kleint <[email protected]>
-rw-r--r-- | src/gui/opengl/qopenglpaintdevice.cpp | 2 | ||||
-rw-r--r-- | src/opengl/doc/src/qtopengl-index.qdoc | 2 | ||||
-rw-r--r-- | src/xml/doc/src/qtxml-index.qdoc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/opengl/qopenglpaintdevice.cpp b/src/gui/opengl/qopenglpaintdevice.cpp index fa392d16aab..6750458f835 100644 --- a/src/gui/opengl/qopenglpaintdevice.cpp +++ b/src/gui/opengl/qopenglpaintdevice.cpp @@ -81,7 +81,7 @@ QT_BEGIN_NAMESPACE multisampling. Most hardware require significantly more memory to do multisampling and the resulting quality is not on par with the quality of the software paint engine. The OpenGL paint engine's - strenght lies in its performance, not its visual rendering + strength lies in its performance, not its visual rendering quality. \section1 State Changes diff --git a/src/opengl/doc/src/qtopengl-index.qdoc b/src/opengl/doc/src/qtopengl-index.qdoc index fc131c4b171..ff946c6e4ec 100644 --- a/src/opengl/doc/src/qtopengl-index.qdoc +++ b/src/opengl/doc/src/qtopengl-index.qdoc @@ -68,5 +68,5 @@ non-OpenGL-specific GUI functionality. The \l{Qt OpenGL C++ Classes} page gives an overview over the available classes - int this module. + in this module. */ diff --git a/src/xml/doc/src/qtxml-index.qdoc b/src/xml/doc/src/qtxml-index.qdoc index ded8f3de3cb..76866ad66bf 100644 --- a/src/xml/doc/src/qtxml-index.qdoc +++ b/src/xml/doc/src/qtxml-index.qdoc @@ -44,5 +44,5 @@ \snippet code/doc_src_qtxml.pro 1 The \l{Qt XML C++ Classes} page gives an overview over the available classes - int this module. + in this module. */ |