From 1d871537e5bacc5038c7552d034cd41d48e50bd6 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 02:38:18 +0200 Subject: [PATCH] Typo existance --- recipes/ores/OreDictionaryHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ores/OreDictionaryHandler.java b/recipes/ores/OreDictionaryHandler.java index cae00e027..65ef86456 100644 --- a/recipes/ores/OreDictionaryHandler.java +++ b/recipes/ores/OreDictionaryHandler.java @@ -56,7 +56,7 @@ public class OreDictionaryHandler { ol.add( n ); - // notify the listener of any ore already in existance. + // notify the listener of any ore already in existence. for (String name : OreDictionary.getOreNames()) { if ( name != null && shouldCare( name ) )