diff -r ef0373b55136 -r 758a864f9613 src/corelib/tools/qstringmatcher.h --- a/src/corelib/tools/qstringmatcher.h Fri Sep 17 08:34:18 2010 +0300 +++ b/src/corelib/tools/qstringmatcher.h Mon Oct 04 01:19:32 2010 +0300 @@ -78,7 +78,7 @@ QString q_pattern; Qt::CaseSensitivity q_cs; #ifdef Q_CC_RVCT -// explicitely allow anonymous unions for RVCT to prevent compiler warnings +// explicitly allow anonymous unions for RVCT to prevent compiler warnings # pragma push # pragma anon_unions #endif