diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-07-02 10:59:09 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-07-02 10:59:09 (GMT) |
commit | 7f5797a784e237672f291055020ef4bbb6199893 (patch) | |
tree | 0649f26599037d62e4d1080fdf3c03fdec0878ba /tests/auto/qwswindowsystem | |
parent | fe1b0b9e161977b3068f752fbb9f9293df590883 (diff) | |
download | Qt-7f5797a784e237672f291055020ef4bbb6199893.zip Qt-7f5797a784e237672f291055020ef4bbb6199893.tar.gz Qt-7f5797a784e237672f291055020ef4bbb6199893.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'tests/auto/qwswindowsystem')
-rw-r--r-- | tests/auto/qwswindowsystem/tst_qwswindowsystem.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qwswindowsystem/tst_qwswindowsystem.cpp b/tests/auto/qwswindowsystem/tst_qwswindowsystem.cpp index 72fd41a..80de6e9 100644 --- a/tests/auto/qwswindowsystem/tst_qwswindowsystem.cpp +++ b/tests/auto/qwswindowsystem/tst_qwswindowsystem.cpp @@ -536,12 +536,12 @@ void tst_QWSWindowSystem::dontFlushUnitializedWindowSurfaces() // At this point w has a windowsurface but it's completely covered by // the directpainter so nothing will be painted here and the - // windowsurface contains unitialized data. + // windowsurface contains uninitialized data. QApplication::processEvents(); QCOMPARE(p.allocatedRegion(), QRegion(r)); QCOMPARE(w.visibleRegion(), QRegion()); - fillWindowSurface(&w, Qt::black); // fill with "unitialized" data + fillWindowSurface(&w, Qt::black); // fill with "uninitialized" data p.setRegion(QRegion()); @@ -569,7 +569,7 @@ void tst_QWSWindowSystem::dontFlushUnitializedWindowSurfaces() QApplication::processEvents(); QCOMPARE(p.allocatedRegion(), QRegion(r)); QCOMPARE(w.visibleRegion(), QRegion()); - fillWindowSurface(&w, Qt::black); // fill with "unitialized" data + fillWindowSurface(&w, Qt::black); // fill with "uninitialized" data p.setRegion(QRegion()); |