about summary refs log tree commit diff stats
path: root/059shape_shifting_recipe.cc
diff options
context:
space:
mode:
Diffstat (limited to '059shape_shifting_recipe.cc')
-rw-r--r--059shape_shifting_recipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/059shape_shifting_recipe.cc b/059shape_shifting_recipe.cc
index 754d9e77..39ec6fb4 100644
--- a/059shape_shifting_recipe.cc
+++ b/059shape_shifting_recipe.cc
@@ -63,7 +63,7 @@ Recently_added_shape_shifting_recipes.clear();
 :(before "End recipe Fields")
 string original_name;
 //: original name is only set during load
-:(before "End recipe Refinements")
+:(before "End Recipe Refinements")
 result.original_name = result.name;
 
 :(before "End Instruction Dispatch(inst, best_score)")