From da30d9d685fc0e9cb5fe50b0d4667f4390416931 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 01:43:55 +0200 Subject: [PATCH] Typo regsiter --- recipes/RecipeHandler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/RecipeHandler.java b/recipes/RecipeHandler.java index e78863f2b..4e8357526 100644 --- a/recipes/RecipeHandler.java +++ b/recipes/RecipeHandler.java @@ -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 )