about summary refs log tree commit diff stats
path: root/cpp/012transform
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/012transform')
-rw-r--r--cpp/012transform2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/012transform b/cpp/012transform
index 7fa979c7..bb61c6e0 100644
--- a/cpp/012transform
+++ b/cpp/012transform
@@ -4,7 +4,7 @@
 //: The hope is that this framework of transform tools will provide a
 //: deconstructed alternative to conventional compilers.
 
-:(before "End Recipe Fields")
+:(before "End recipe Fields")
 size_t transformed_until;
   recipe() :transformed_until(-1) {}