Skip to content
Snippets Groups Projects
Commit c410708e authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

typo.

parent 146c1403
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ public class TilesCacheTest {
cache.getTile(FastMath.toRadians(20.5), FastMath.toRadians(30.5));
Assert.assertEquals(14, factory.getCount());
// evict all the tiles, goind to a completely different zone
// evict all the tiles, going to a completely different zone
for (int i = 0; i < 4; ++i) {
for (int j = 0; j < 3; ++j) {
cache.getTile(FastMath.toRadians(40.5 + i), FastMath.toRadians(90.5 + j));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment