diff --git a/core/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java b/core/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java index 620b03fdbd31ab672e6e94fbbd8c18f90b7ed183..cad96cd479813d85881c9f9ea4ddf83b50be490e 100644 --- a/core/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java +++ b/core/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java @@ -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));