summaryrefslogtreecommitdiff
path: root/test/TileQueueTests.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/TileQueueTests.cpp
parent63c1f323526f89921c4d7e6f573d2f3c4cb8f4e5 (diff)
typo fixes in comments and code
Change-Id: Idd98516d30d98dea18eda9bbec8ac9777063b553
Diffstat (limited to 'test/TileQueueTests.cpp')
-rw-r--r--test/TileQueueTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TileQueueTests.cpp b/test/TileQueueTests.cpp
index 6ca1bf22f..13088cd72 100644
--- a/test/TileQueueTests.cpp
+++ b/test/TileQueueTests.cpp
@@ -432,7 +432,7 @@ void TileQueueTests::testCallbackInvalidation()
CPPUNIT_ASSERT_EQUAL(std::string("callback all 0 284, 1418, 11105, 275, 0"), payloadAsString(queue.get()));
- // invalidate everywhing with EMPTY, but keep the different part intact
+ // invalidate everything with EMPTY, but keep the different part intact
queue.put("callback all 0 284, 1418, 11105, 275, 0");
queue.put("callback all 0 4299, 1418, 7090, 275, 1");
queue.put("callback all 0 4299, 10418, 7090, 275, 0");