diff options
author | João Abecasis <joao@abecasis.name> | 2010-12-05 10:28:28 (GMT) |
---|---|---|
committer | João Abecasis <joao@abecasis.name> | 2010-12-05 10:28:28 (GMT) |
commit | 9371ba70ac747484b1300d96c2a80dcdbc872fe2 (patch) | |
tree | 787ccea6f135cf105811021ac446618ec7453674 /tests/auto/qdir | |
parent | dcc7df8ed32d900a616d415c0eb2565e559f6435 (diff) | |
download | Qt-9371ba70ac747484b1300d96c2a80dcdbc872fe2.zip Qt-9371ba70ac747484b1300d96c2a80dcdbc872fe2.tar.gz Qt-9371ba70ac747484b1300d96c2a80dcdbc872fe2.tar.bz2 |
Fix spelling in comments
Diffstat (limited to 'tests/auto/qdir')
-rw-r--r-- | tests/auto/qdir/tst_qdir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdir/tst_qdir.cpp b/tests/auto/qdir/tst_qdir.cpp index 6a81da6..dc46f52 100644 --- a/tests/auto/qdir/tst_qdir.cpp +++ b/tests/auto/qdir/tst_qdir.cpp @@ -928,7 +928,7 @@ void tst_QDir::current() if (!path.isEmpty()) { bool b = QDir::setCurrent(path); - // If path is non existant, then setCurrent should be false (currentDir is empty in testData) + // If path is non existent, then setCurrent should be false (currentDir is empty in testData) QVERIFY(b == !currentDir.isEmpty()); } if (!currentDir.isEmpty()) { |