diff options
Diffstat (limited to 'tests/auto/qvector/tst_qvector.cpp')
-rw-r--r-- | tests/auto/qvector/tst_qvector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qvector/tst_qvector.cpp b/tests/auto/qvector/tst_qvector.cpp index c6f85d4..227ef49 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); |