Typo existance

This commit is contained in:
thatsIch 2014-09-21 02:38:18 +02:00
parent 42aa78459b
commit 1d871537e5

View file

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