summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-01-27 10:20:13 +0100
committerMartin Smith <msmith@trolltech.com>2010-01-27 10:20:13 +0100
commitfc7b48c2d2fb5926fa0b50f378fadc583564b7b8 (patch)
tree71e17d73daba9eb691d8a8b0f3d3422c0e18b764
parenta2c153f01c9b12eb6f1d46ffaf5533bb7b3695e2 (diff)
doc: Corrected misspelled word.
Task-number: QTBUG-7626
-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 21816b95ab..1b4b356a8a 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