summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-01-27 09:20:13 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-01-29 11:31:19 (GMT)
commite7a080749cb47b22d0993bc51f06335f8f0c220b (patch)
tree718aefabe485f78b166becfb663e87b202232315
parent4d4f37f4490632bb78c473bc7df1a4df6efb3243 (diff)
downloadQt-e7a080749cb47b22d0993bc51f06335f8f0c220b.zip
Qt-e7a080749cb47b22d0993bc51f06335f8f0c220b.tar.gz
Qt-e7a080749cb47b22d0993bc51f06335f8f0c220b.tar.bz2
doc: Corrected misspelled word.
Task-number: QTBUG-7626 (cherry picked from commit fc7b48c2d2fb5926fa0b50f378fadc583564b7b8)
-rw-r--r--src/corelib/tools/qsharedpointer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qsharedpointer.cpp b/src/corelib/tools/qsharedpointer.cpp
index 21816b9..1b4b356 100644
--- a/src/corelib/tools/qsharedpointer.cpp
+++ b/src/corelib/tools/qsharedpointer.cpp
@@ -130,7 +130,7 @@
multiple- or virtual-inheritance (that is, in cases where two different
pointer addresses can refer to the same object). In that case, if a
pointer is cast to a different type and its value changes,
- QSharedPointer's pointer tracking mechanism mail fail to detect that the
+ QSharedPointer's pointer tracking mechanism may fail to detect that the
object being tracked is the same.
\omit