From 784de1a27e5463ccce7c7382c82fc2e869afe1fe Mon Sep 17 00:00:00 2001
From: dblouin <dominique.blouin@telecom-paristech.fr>
Date: Tue, 27 Jun 2017 16:34:44 +0200
Subject: [PATCH] Fixed spelling error in comment

---
 src/main/java/ui/TGComponent.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/ui/TGComponent.java b/src/main/java/ui/TGComponent.java
index 70fdf24e8c..0e3eecd781 100755
--- a/src/main/java/ui/TGComponent.java
+++ b/src/main/java/ui/TGComponent.java
@@ -2513,7 +2513,7 @@ public abstract class TGComponent implements CDElement, GenericTree {
         }
         
         // Issue #46: Added the else.
-        // When we are moving a contained component, we should not check for the max of the diagram. This should be doen for the father only
+        // When we are moving a contained component, we should not check for the max of the diagram. This should be done for the father only
         else {
 	        int currentWidthPos = Math.abs(getCurrentMaxX() - x);
 	        int currentWidthNeg = Math.abs(getCurrentMinX() - x);
@@ -2531,7 +2531,7 @@ public abstract class TGComponent implements CDElement, GenericTree {
         }
         
         // Issue #46: Added the else.
-        // When we are moving a contained component, we should not check for the max of the diagram. This should be doen for the father only
+        // When we are moving a contained component, we should not check for the max of the diagram. This should be done for the father only
         else {
 	        int currentWidthPos = Math.abs(getCurrentMaxY() - y);
 	        int currentWidthNeg = Math.abs(getCurrentMinY() - y);
-- 
GitLab