From ee84715822ae39588e48fce1b90ebda14a762428 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe <luc@orekit.org>
Date: Mon, 19 May 2014 12:09:05 +0200
Subject: [PATCH] Grammar fix in comment.

---
 src/test/java/org/orekit/rugged/api/RuggedTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/orekit/rugged/api/RuggedTest.java b/src/test/java/org/orekit/rugged/api/RuggedTest.java
index a2d6e322..5adcf387 100644
--- a/src/test/java/org/orekit/rugged/api/RuggedTest.java
+++ b/src/test/java/org/orekit/rugged/api/RuggedTest.java
@@ -182,7 +182,7 @@ public class RuggedTest {
     }
 
     // the following test is disabled by default
-    // it is only used to check timings, and also create a large (66M) temporary file
+    // it is only used to check timings, and also creates a large (66M) temporary file
     @Test
     @Ignore
     public void testMayonVolcanoTiming()
@@ -429,7 +429,7 @@ public class RuggedTest {
     }
 
     // the following test is disabled by default
-    // it is only used to check timings, and also create a large (30M) temporary file
+    // it is only used to check timings, and also creates a large (30M) temporary file
     @Test
     @Ignore
     public void testInverseLocalizationTiming()
-- 
GitLab