From 4d7b13ff4493a87548c858d47c9177bc6d05f1c7 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe <luc@orekit.org>
Date: Wed, 11 Feb 2015 17:16:40 +0100
Subject: [PATCH] Typo.

---
 src/site/markdown/tutorials/direct-location.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/tutorials/direct-location.md b/src/site/markdown/tutorials/direct-location.md
index d519d3fc..c8cea137 100644
--- a/src/site/markdown/tutorials/direct-location.md
+++ b/src/site/markdown/tutorials/direct-location.md
@@ -178,7 +178,7 @@ added to the list, they must be transformed to EME2000:
     PVCoordinates pvITRF = new PVCoordinates(position, velocity);
     Transform transform = itrf.getTransformTo(eme2000, ephemerisDate);
     PVCoordinates pvEME2000 = transform.transformPVCoordinates(pvITRF); 
-    satellitePVList.add(new TimeStampedPVCoordinates(ephemerisDate, pvEME2000.getPosition(), pvEME2000.getVelocity(), Vector3D.ZERO)));
+    satellitePVList.add(new TimeStampedPVCoordinates(ephemerisDate, pvEME2000.getPosition(), pvEME2000.getVelocity(), Vector3D.ZERO));
 
 ## Rugged initialization
 
-- 
GitLab