Typo regsiter

This commit is contained in:
thatsIch
2014-09-21 01:43:55 +02:00
parent 2d2aebd5b7
commit da30d9d685
+2 -2
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 )