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/qwizard | |
parent | fe1b0b9e161977b3068f752fbb9f9293df590883 (diff) | |
download | Qt-7f5797a784e237672f291055020ef4bbb6199893.zip Qt-7f5797a784e237672f291055020ef4bbb6199893.tar.gz Qt-7f5797a784e237672f291055020ef4bbb6199893.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'tests/auto/qwizard')
-rw-r--r-- | tests/auto/qwizard/tst_qwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qwizard/tst_qwizard.cpp b/tests/auto/qwizard/tst_qwizard.cpp index b2656db..d4b0c79 100644 --- a/tests/auto/qwizard/tst_qwizard.cpp +++ b/tests/auto/qwizard/tst_qwizard.cpp @@ -923,7 +923,7 @@ void tst_QWizard::setOption_IndependentPages() CHECK_PAGE_INIT(11, 10, 11, 10, 10, 10); // Now, turn on the option and check that they're called at the - // appropiate times (which aren't the same). + // appropriate times (which aren't the same). wizard.setOption(QWizard::IndependentPages, true); CHECK_PAGE_INIT(11, 10, 11, 10, 10, 10); |