Typo defintion

This commit is contained in:
thatsIch
2014-09-21 02:13:15 +02:00
parent eb9a266f3a
commit e43a9b697d
+1 -1
View File
@@ -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." );
}
}