summaryrefslogtreecommitdiffstats
path: root/tests/auto/collections
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2010-11-16 20:47:14 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2010-11-16 20:47:50 (GMT)
commite963a1365d495649a1c8930f4776c78781218881 (patch)
treea6ad2aaa366610a59b20afa11cae881f77b6eb98 /tests/auto/collections
parenta40e77495612db0b89730debbacc585a22d0eb3a (diff)
downloadQt-e963a1365d495649a1c8930f4776c78781218881.zip
Qt-e963a1365d495649a1c8930f4776c78781218881.tar.gz
Qt-e963a1365d495649a1c8930f4776c78781218881.tar.bz2
Doc: Fixing typo
Diffstat (limited to 'tests/auto/collections')
-rw-r--r--tests/auto/collections/tst_collections.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/collections/tst_collections.cpp b/tests/auto/collections/tst_collections.cpp
index f81535e..43e1a52 100644
--- a/tests/auto/collections/tst_collections.cpp
+++ b/tests/auto/collections/tst_collections.cpp
@@ -1222,7 +1222,7 @@ void tst_Collections::vector()
}
}
- // this used to trigger an unitialized read in valgrind
+ // this used to trigger an uninitialized read in valgrind
QVector<char> foo;
foo.resize(144);