Index: library/xotcl/doc/langRef.xotcl
===================================================================
diff -u -r6cfab8d93b1fa5fb154d2986919e7e32abb498b8 -rcfd13f351499bb4b1b1debd55f209419edf1af14
--- library/xotcl/doc/langRef.xotcl (.../langRef.xotcl) (revision 6cfab8d93b1fa5fb154d2986919e7e32abb498b8)
+++ library/xotcl/doc/langRef.xotcl (.../langRef.xotcl) (revision cfd13f351499bb4b1b1debd55f209419edf1af14)
@@ -968,7 +968,7 @@
the method <@tt>create<@/tt> to
allocate the object. Note that <@tt>create<@/tt> also calls as
- well configure and init to initialized the
+ well configure and init to initialized the
object. Only in seldom cases the programmer may want to suppress
the <@tt>create<@/tt> mechanism and just allocate uninitiaized
objects via <@tt>alloc<@/tt>.