Index: doc/tutorial2.html
===================================================================
diff -u -rf817725e88751339be58485d579241a0b97e15b9 -r43373d98ca07d446abec8f8f62af7c4df56207a3
--- doc/tutorial2.html (.../tutorial2.html) (revision f817725e88751339be58485d579241a0b97e15b9)
+++ doc/tutorial2.html (.../tutorial2.html) (revision 43373d98ca07d446abec8f8f62af7c4df56207a3)
@@ -868,7 +868,7 @@
When we create an application class such as the class Stack
in the examples above, we create it as instance of the basic
meta-class ::xotcl2::Class. The application class will have
-::xotcl2::Object as it superclass, unless we spefify this
+::xotcl2::Object as it superclass, unless we specify this
differently. When we create an instance of the class Stack
(such as e.g. the stack s1) we create it by using the method
create provided by ::xotcl2::Class (an instance can
@@ -4217,7 +4217,7 @@
where valid options are -objscope, -methodprefix,
-earlybinding and -default. The option
-objscope is used to specify that the command should be
-executed in the scope of the calling object (i.e. instance variables apprear
+executed in the scope of the calling object (i.e., instance variables appear
as local variables), -methodprefix means that the called
method should be prefixed with the specified string (to avoid name
clashes), -earlybinding means that the function pointer of