diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-12-10 20:43:06 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-12-10 20:43:06 (GMT) |
commit | 53c8baffd0bf9aa959f77a52dbce77b377d11e3b (patch) | |
tree | 656a20d47fc3c4037e634750984ecdf3674d8e67 /tests | |
parent | 13d3d484e4eadcec66e70c5a259a5a1ecc582300 (diff) | |
download | Qt-53c8baffd0bf9aa959f77a52dbce77b377d11e3b.zip Qt-53c8baffd0bf9aa959f77a52dbce77b377d11e3b.tar.gz Qt-53c8baffd0bf9aa959f77a52dbce77b377d11e3b.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/guiapplauncher/tst_guiapplauncher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/guiapplauncher/tst_guiapplauncher.cpp b/tests/auto/guiapplauncher/tst_guiapplauncher.cpp index 4b3ce18..c223992 100644 --- a/tests/auto/guiapplauncher/tst_guiapplauncher.cpp +++ b/tests/auto/guiapplauncher/tst_guiapplauncher.cpp @@ -270,7 +270,7 @@ private: const QSharedPointer<WindowManager> m_wm; }; -// Test mask from enviroment as test lib does not allow options. +// Test mask from environment as test lib does not allow options. static inline unsigned testMask() { unsigned testMask = tst_GuiAppLauncher::TestAll; |