diff options
author | Martin Smith <msmith@trolltech.com> | 2010-01-27 09:20:13 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-01-27 09:20:13 (GMT) |
commit | fc7b48c2d2fb5926fa0b50f378fadc583564b7b8 (patch) | |
tree | 71e17d73daba9eb691d8a8b0f3d3422c0e18b764 /src/corelib | |
parent | a2c153f01c9b12eb6f1d46ffaf5533bb7b3695e2 (diff) | |
download | Qt-fc7b48c2d2fb5926fa0b50f378fadc583564b7b8.zip Qt-fc7b48c2d2fb5926fa0b50f378fadc583564b7b8.tar.gz Qt-fc7b48c2d2fb5926fa0b50f378fadc583564b7b8.tar.bz2 |
doc: Corrected misspelled word.
Task-number: QTBUG-7626
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/tools/qsharedpointer.cpp | 2 |
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 |