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/qfile/tst_qfile.cpp | |
parent | dcc7df8ed32d900a616d415c0eb2565e559f6435 (diff) | |
download | Qt-9371ba70ac747484b1300d96c2a80dcdbc872fe2.zip Qt-9371ba70ac747484b1300d96c2a80dcdbc872fe2.tar.gz Qt-9371ba70ac747484b1300d96c2a80dcdbc872fe2.tar.bz2 |
Fix spelling in comments
Diffstat (limited to 'tests/auto/qfile/tst_qfile.cpp')
-rw-r--r-- | tests/auto/qfile/tst_qfile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qfile/tst_qfile.cpp b/tests/auto/qfile/tst_qfile.cpp index a8715e2..c19079f 100644 --- a/tests/auto/qfile/tst_qfile.cpp +++ b/tests/auto/qfile/tst_qfile.cpp @@ -414,7 +414,7 @@ void tst_QFile::cleanupTestCase() // attributes and the contents itself // will be changed as far as we have a // proper way to handle files in the -// testing enviroment. +// testing environment. //------------------------------------------ void tst_QFile::exists() @@ -1702,7 +1702,7 @@ void tst_QFile::seekAfterEndOfFile() void tst_QFile::FILEReadWrite() { - // Tests modifing a file. First creates it then reads in 4 bytes and then overwrites these + // Tests modifying a file. First creates it then reads in 4 bytes and then overwrites these // 4 bytes with new values. At the end check to see the file contains the new values. QFile::remove("FILEReadWrite.txt"); |