about summary refs log tree commit diff stats
path: root/cpp/026new
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/026new')
-rw-r--r--cpp/026new2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/026new b/cpp/026new
index 69dfe8c7..2bef48e7 100644
--- a/cpp/026new
+++ b/cpp/026new
@@ -12,7 +12,7 @@ recipe main [
 
 :(before "End Globals")
 const size_t Alloc_init = 1000;
-:(before "End Routine Fields")
+:(before "End routine Fields")
 size_t alloc;
 :(replace{} "routine::routine(recipe_number r)")
   routine::routine(recipe_number r) :alloc(Alloc_init) {