From 68d5a2ad68e22986265a46b904b797f97193a7d0 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe <luc@orekit.org>
Date: Fri, 26 Sep 2014 12:09:25 +0200
Subject: [PATCH] typo.

---
 .../orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java b/core/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java
index 5c2ea740..273bb4d0 100644
--- a/core/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java
+++ b/core/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java
@@ -30,7 +30,7 @@ import org.orekit.rugged.raster.SimpleTile;
  * Level n-1, which is the deepest one, is computed from the raw pixels by
  * merging adjacent pixels pairs columns (i.e. pixels at indices (i, 2j)
  * and (i, 2j+1) are merged together by computing and storing the minimum
- * and maxium in a sub-tile. Level n-1 therefore has the same number of rows
+ * and maximum in a sub-tile. Level n-1 therefore has the same number of rows
  * but half the number of columns of the raw tile, and its sub-tiles are
  * 1 pixel high and 2 pixels wide. Level n-2 is computed from level n-1 by
  * merging sub-tiles rows. Level n-2 therefore has half the number of rows
-- 
GitLab