summaryrefslogtreecommitdiffstats
path: root/tests/auto/qvector
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-07-02 12:59:09 +0200
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-07-02 12:59:09 +0200
commit7f5797a784e237672f291055020ef4bbb6199893 (patch)
tree0649f26599037d62e4d1080fdf3c03fdec0878ba /tests/auto/qvector
parentfe1b0b9e161977b3068f752fbb9f9293df590883 (diff)
Doc: Fixing typo
Diffstat (limited to 'tests/auto/qvector')
-rw-r--r--tests/auto/qvector/tst_qvector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qvector/tst_qvector.cpp b/tests/auto/qvector/tst_qvector.cpp
index c6f85d4620..227ef49b88 100644
--- a/tests/auto/qvector/tst_qvector.cpp
+++ b/tests/auto/qvector/tst_qvector.cpp
@@ -155,7 +155,7 @@ void tst_QVector::capacity() const
{
QVector<QString> myvec;
- // TODO: is this guarenteed? seems a safe assumption, but I suppose preallocation of a
+ // TODO: is this guaranteed? seems a safe assumption, but I suppose preallocation of a
// few items isn't an entirely unforseeable possibility.
QVERIFY(myvec.capacity() == 0);