Skip to content

Commit

Permalink
Merge pull request #3874 from yepidoodles/patch-1
Browse files Browse the repository at this point in the history
Fixed a spelling mistake
  • Loading branch information
HenryLoenwind committed Dec 3, 2016
1 parent 186a386 commit ec3faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/crazypants/enderio/config/Config.java
Expand Up @@ -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,
Expand Down

0 comments on commit ec3faa1

Please sign in to comment.