summaryrefslogtreecommitdiff
path: root/test/TileCacheTests.cpp
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-10-08 11:23:29 +0200
committerAndras Timar <andras.timar@collabora.com>2019-10-08 11:49:45 +0200
commitd1ae1b36c203bf2a155e5fc760fd73cbc0afc2b6 (patch)
tree250c5504e4d8ded775b0f6b4728fd9b2565ccdd7 /test/TileCacheTests.cpp
parent63c1f323526f89921c4d7e6f573d2f3c4cb8f4e5 (diff)
typo fixes in comments and code
Change-Id: Idd98516d30d98dea18eda9bbec8ac9777063b553
Diffstat (limited to 'test/TileCacheTests.cpp')
-rw-r--r--test/TileCacheTests.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/TileCacheTests.cpp b/test/TileCacheTests.cpp
index 12bd324e7..ba02e8d93 100644
--- a/test/TileCacheTests.cpp
+++ b/test/TileCacheTests.cpp
@@ -1253,7 +1253,7 @@ void TileCacheTests::testTileWireIDHandling()
sendChar(socket, 'x', skNone, testname);
assertResponseString(socket, "invalidatetiles:", testname);
- // For the second input wsd will send one tile, since some of them are indentical
+ // For the second input wsd will send one tile, since some of them are identical
arrivedTiles = 0;
do
{
@@ -1398,7 +1398,7 @@ void TileCacheTests::testTileBeingRenderedHandling()
CPPUNIT_ASSERT_MESSAGE("We expect two tiles at least!", arrivedTiles > 1);
- // For the later inputs wsd will send one tile, since other ones are indentical
+ // For the later inputs wsd will send one tile, since other ones are identical
for(int i = 0; i < 5; ++i)
{
// Type an other character
@@ -1461,7 +1461,7 @@ void TileCacheTests::testWireIDFilteringOnWSDSide()
sendChar(socket1, 'x', skNone, testname);
assertResponseString(socket1, "invalidatetiles:", testname);
- // For the second input wsd will send one tile, since other tiles are indentical
+ // For the second input wsd will send one tile, since other tiles are identical
arrivedTiles = 0;
do
{