From e43a9b697d0c4edbcd8d17c1f2834fa61561b388 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 02:13:15 +0200 Subject: [PATCH] Typo defintion --- recipes/Ingredient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/Ingredient.java b/recipes/Ingredient.java index 544b42f3f..7681a6c60 100644 --- a/recipes/Ingredient.java +++ b/recipes/Ingredient.java @@ -80,7 +80,7 @@ public class Ingredient implements IIngredient } catch (IllegalArgumentException e) { - throw new RecipeError( tmpName + " is not a valid ae2 item defintion." ); + throw new RecipeError( tmpName + " is not a valid ae2 item definition." ); } }