about summary refs log tree commit diff stats
path: root/059shape_shifting_recipe.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-10 10:20:33 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-10 10:20:33 -0800
commit50e0065e1e2aca3f64130ede9cf0e33c9c725718 (patch)
treebec3a0a12025c908049593d532a9bc1927bfcef8 /059shape_shifting_recipe.cc
parent27bf5c95a27a55a459363b8e09d64e1e773a233d (diff)
downloadmu-50e0065e1e2aca3f64130ede9cf0e33c9c725718.tar.gz
2643
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)")