From 428eb6dbc0e0176450a45991ec00d21854f7d792 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 01:26:11 +0200 Subject: [PATCH] Typo enties --- me/GridConnection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/me/GridConnection.java b/me/GridConnection.java index dc44ac5cb..ade8c5095 100644 --- a/me/GridConnection.java +++ b/me/GridConnection.java @@ -48,7 +48,7 @@ public class GridConnection implements IGridConnection, IPathItem } if ( a == null || b == null ) - throw new GridException( "Connection Forged Between null enties." ); + throw new GridException( "Connection Forged Between null entities." ); if ( a.hasConnection( b ) || b.hasConnection( a ) ) throw new GridException( "Connection already exists." );