From ae1f6a351d8d599936baa12c2635cf1e5c0a371f Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 00:42:50 +0200 Subject: [PATCH] Typo Alertted --- me/cache/TickManagerCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/me/cache/TickManagerCache.java b/me/cache/TickManagerCache.java index 95c4e5ebe..6f7f1d065 100644 --- a/me/cache/TickManagerCache.java +++ b/me/cache/TickManagerCache.java @@ -121,7 +121,7 @@ public class TickManagerCache implements ITickManager if ( tt == null ) return false; // throw new RuntimeException( - // "Invalid Alertted device, this node is not marked as alertable, or part of this grid." ); + // "Invalid alerted device, this node is not marked as alertable, or part of this grid." ); // set to awake, this is for sanity. sleeping.remove( node );