Typo enties

This commit is contained in:
thatsIch 2014-09-21 01:26:11 +02:00
parent 03e376c428
commit 428eb6dbc0

View file

@ -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." );