Typo existance
This commit is contained in:
parent
42aa78459b
commit
1d871537e5
1 changed files with 1 additions and 1 deletions
|
@ -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 ) )
|
||||
|
|
Loading…
Reference in a new issue