src/corelib/tools/qstringmatcher.h
changeset 37 758a864f9613
parent 18 2f34d5167611
--- 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