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 ) )