From ec3faa16c460e2af6e8794f564ebb34725ab86d8 Mon Sep 17 00:00:00 2001 From: Henry Loenwind Date: Sat, 3 Dec 2016 23:15:30 +0100 Subject: [PATCH] Merge pull request #3874 from yepidoodles/patch-1 Fixed a spelling mistake --- src/main/java/crazypants/enderio/config/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/crazypants/enderio/config/Config.java b/src/main/java/crazypants/enderio/config/Config.java index 6343972398..432ae26f73 100644 --- a/src/main/java/crazypants/enderio/config/Config.java +++ b/src/main/java/crazypants/enderio/config/Config.java @@ -694,7 +694,7 @@ public static void processConfig(Configuration config) { sectionRecipe.name, "createSyntheticRecipes", createSyntheticRecipes, - "Automatically create alloy smelter recipes with double and tripple inputs and different slot allocations (1+1+1, 2+1, 1+2, 3 and 2) for single-input recipes.") + "Automatically create alloy smelter recipes with double and triple inputs and different slot allocations (1+1+1, 2+1, 1+2, 3 and 2) for single-input recipes.") .getBoolean(createSyntheticRecipes); redstoneConduitsShowState = config.get(sectionMisc.name, "redstoneConduitsShowState", redstoneConduitsShowState,