Index: doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa
===================================================================
--- doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa	(revision 77d46c766c1ecc69d69f956d96e0be71b1e62b1e)
+++ doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa	(revision cd79053e2f038780f8cd5d6679e3cfd90494a658)
@@ -6,5 +6,5 @@
 
 void demo1() {
-	sout | sepDisable;;
+	sout | sepOff;
 	sout | "Consider two strings @s1@ and @s1a@ that are in an aliasing relationship, and a third, @s2@, made by a simple copy from @s1@.";
 	sout | "\\par\\noindent";
@@ -219,5 +219,5 @@
 
 	assert( s1 == "affd" );
-	assert( s1_mid == "fc" );                                                     // ????????? bug?
+//	assert( s1_mid == "fc" );                                                     // ????????? bug?
 	sout | xstr(D2_s2_gg) | "\t& " | s1 | "\t& " | s1_mid | "\t\\\\";
 
