Index: library/xotcl/doc/tutorial.html =================================================================== diff -u -re8715774bf274fbeadabf08a5a0777a968f71148 -r27e11788125901ff468955117d165f70d3871ce0 --- library/xotcl/doc/tutorial.html (.../tutorial.html) (revision e8715774bf274fbeadabf08a5a0777a968f71148) +++ library/xotcl/doc/tutorial.html (.../tutorial.html) (revision 27e11788125901ff468955117d165f70d3871ce0) @@ -590,7 +590,7 @@

   SoccerTeam chelsea -name "Chelsea FC" -location "Chelsea"
-  SoccerTeam bayernMunich -name "F.C. Bayern M�nchen" -location "Munich"
+  SoccerTeam bayernMunich -name "F.C. Bayern München" -location "Munich"
 

@@ -1857,7 +1857,7 @@ Class NoClassInfo -superclass Class # redefine info ability NoClassInfo instproc info args { - error "No class info available" + error "No class info lookup" } # derive agent class from meta-class, which # can not access class info