about summary refs log tree commit diff stats
path: root/082scenario_screen.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-11-03 18:01:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-11-03 18:01:59 -0700
commit504292f6f1a283af39de305879b50f16d6180caa (patch)
treeef610f9673c7ce3b982f50fc464e60acd1fc82f4 /082scenario_screen.cc
parentf78e5cb23573294f43b15021c19c00d8d2831b5e (diff)
downloadmu-504292f6f1a283af39de305879b50f16d6180caa.tar.gz
4106
Diffstat (limited to '082scenario_screen.cc')
-rw-r--r--082scenario_screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/082scenario_screen.cc b/082scenario_screen.cc
index ad61d379..0c75fb6c 100644
--- a/082scenario_screen.cc
+++ b/082scenario_screen.cc
@@ -4,7 +4,7 @@
 //: scenario. 'screen-should-contain' can check unicode characters in the fake
 //: screen
 
-//: first make sure we don't mangle these functions in other transforms
+//: first make sure we don't mangle these instructions in other transforms
 :(before "End initialize_transform_rewrite_literal_string_to_text()")
 recipes_taking_literal_strings.insert("screen-should-contain");
 recipes_taking_literal_strings.insert("screen-should-contain-in-color");