From bf5be67bd4a1a691636f853091960fdd756f415d Mon Sep 17 00:00:00 2001
From: sesteves <sroesteves@gmail.com>
Date: Sat, 11 Jun 2016 02:51:46 +0100
Subject: [PATCH] first commit

---
 src/tutorials/java/fr/cs/examples/DirectLocation.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tutorials/java/fr/cs/examples/DirectLocation.java b/src/tutorials/java/fr/cs/examples/DirectLocation.java
index 6e9fa96f..23b08d06 100644
--- a/src/tutorials/java/fr/cs/examples/DirectLocation.java
+++ b/src/tutorials/java/fr/cs/examples/DirectLocation.java
@@ -83,7 +83,7 @@ public class DirectLocation {
             AbsoluteDate absDate = new AbsoluteDate("2009-12-11T16:59:30.0", gps);
             LinearLineDatation lineDatation = new LinearLineDatation(absDate, 1d, 20); 
 
-            // With the LOS and the datation now defined , we can initialize a line sensor object in Rugged:
+            // With the LOS and the datation now defined, we can initialize a line sensor object in Rugged:
             LineSensor lineSensor = new LineSensor("mySensor", lineDatation, Vector3D.ZERO, lineOfSight);
 
             // In our application, we simply need to know the name of the frames we are working with. Positions and
-- 
GitLab