diff options
| author | Yuri Chornoivan <[email protected]> | 2018-10-25 21:23:44 +0300 |
|---|---|---|
| committer | Yuri Chornoivan <[email protected]> | 2018-10-25 21:23:44 +0300 |
| commit | fd1a078cc4f5375c856ec49e05c0a33099db8861 (patch) | |
| tree | 77b908e5fa456ae02e9233efc932c2eb1081e510 /src/tests/kitemsettest.cpp | |
| parent | 642a427d03c0bf42fd45dac877a70d4fe56e89aa (diff) | |
Fix minor typos
Diffstat (limited to 'src/tests/kitemsettest.cpp')
| -rw-r--r-- | src/tests/kitemsettest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/kitemsettest.cpp b/src/tests/kitemsettest.cpp index 3e74184c2..27f8413a7 100644 --- a/src/tests/kitemsettest.cpp +++ b/src/tests/kitemsettest.cpp @@ -326,7 +326,7 @@ void KItemSetTest::testFind_data() /** * Test all functions that find items: - * contais(int), find(int), constFind(int) + * contains(int), find(int), constFind(int) */ void KItemSetTest::testFind() { @@ -498,7 +498,7 @@ void KItemSetTest::testChangingOneItem() QCOMPARE(tmp.end(), tmp.find(i)); QCOMPARE(tmp.constEnd(), tmp.constFind(i)); - // Check the returen value, now contained in 'it'. + // Check the returned value, now contained in 'it'. if (i == max) { QCOMPARE(it, tmp.end()); } else { |
