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 b9fe89bef7dc42eaa9590f00a8391b0fe1b904a2)
@@ -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
