diff --git a/recipes/Ingredient.java b/recipes/Ingredient.java index 544b42f3..7681a6c6 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." ); } }