Index: doc/theses/colby_parsons_MMAth/code/basic_actor_example.cfa
===================================================================
--- doc/theses/colby_parsons_MMAth/code/basic_actor_example.cfa	(revision 6e1e2d0299e4210d269f7a30ec3864a8bddceabb)
+++ doc/theses/colby_parsons_MMAth/code/basic_actor_example.cfa	(revision 84334d08ce78b3d819996c317553544f9b5315a4)
@@ -19,5 +19,5 @@
 }
 
-Allocation receive( derived_actor & receiver, derived_msg & msg ) {
+allocation receive( derived_actor & receiver, derived_msg & msg ) {
     printf("The message contained the string: %s\n", msg.word);
     return Finished; // Return allocation status of Finished now that the actor is done work
