Typo regsiter

This commit is contained in:
thatsIch 2014-09-21 01:43:55 +02:00
parent 2d2aebd5b7
commit da30d9d685

View file

@ -102,7 +102,7 @@ public class RecipeHandler implements IRecipeHandler
}
catch (RegistrationError e)
{
AELog.warning( "Unable to regsiter a recipe: " + e.getMessage() );
AELog.warning( "Unable to register a recipe: " + e.getMessage() );
if ( data.exceptions )
AELog.error( e );
if ( data.crash )
@ -112,7 +112,7 @@ public class RecipeHandler implements IRecipeHandler
{
if ( data.erroronmissing )
{
AELog.warning( "Unable to regsiter a recipe:" + e.getMessage() );
AELog.warning( "Unable to register a recipe:" + e.getMessage() );
if ( data.exceptions )
AELog.error( e );
if ( data.crash )