Index: doc/example-scripts/bagel.tcl =================================================================== diff -u -N -r7f7d32cd3fa1a0c9e2102eb5c504004c52d4d15b -r2321487af7f5d63ba7abb11d14e657a24b2e7788 --- doc/example-scripts/bagel.tcl (.../bagel.tcl) (revision 7f7d32cd3fa1a0c9e2102eb5c504004c52d4d15b) +++ doc/example-scripts/bagel.tcl (.../bagel.tcl) (revision 2321487af7f5d63ba7abb11d14e657a24b2e7788) @@ -25,7 +25,7 @@ # Of course, bagels don't do much yet. They should remember whether # they've been toasted. We can create and access an instance variable -# by defining an property for the class. All instance variables are +# by defining a property for the class. All instance variables are # per default public in the sense of C++. ? {Bagel property {toasted 0}} ""