From c410708e46aaa3c43fdae72c27d954ecdabab389 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe <luc@orekit.org> Date: Fri, 26 Sep 2014 11:08:22 +0200 Subject: [PATCH] typo. --- core/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 620b03fd..cad96cd4 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)); -- GitLab