summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearraymatcher.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-09-02 06:33:35 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-09-02 06:33:35 (GMT)
commit8e664b347118e2cf80fff542f5e0f9946e0b76b9 (patch)
treec468f0195d6ee2e36ec77e88a281208a9c8e62e6 /src/corelib/tools/qbytearraymatcher.h
parentbcb164e6f87192af849eec6f89a870d98d67767b (diff)
downloadQt-8e664b347118e2cf80fff542f5e0f9946e0b76b9.zip
Qt-8e664b347118e2cf80fff542f5e0f9946e0b76b9.tar.gz
Qt-8e664b347118e2cf80fff542f5e0f9946e0b76b9.tar.bz2
Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.
Reviewer: David Boddie Task number: QTBUG-11938 (cherry picked from commit eea84818e98af917d3cf2bf04ea17a416ef9d55e) Conflicts: src/script/api/qscriptcontext.cpp
Diffstat (limited to 'src/corelib/tools/qbytearraymatcher.h')
-rw-r--r--src/corelib/tools/qbytearraymatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qbytearraymatcher.h b/src/corelib/tools/qbytearraymatcher.h
index 8e7bc21..d3db4e9 100644
--- a/src/corelib/tools/qbytearraymatcher.h
+++ b/src/corelib/tools/qbytearraymatcher.h
@@ -78,7 +78,7 @@ private:
QByteArrayMatcherPrivate *d;
QByteArray q_pattern;
#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