Index: library/xotcl/library/comm/Connection.xotcl =================================================================== diff -u -N -rf934951db464db1a6f39ac98290ecde17a466cd7 -rdc6b2eb2f4a57981055d664c6b14ff1b7dc3fe5c --- library/xotcl/library/comm/Connection.xotcl (.../Connection.xotcl) (revision f934951db464db1a6f39ac98290ecde17a466cd7) +++ library/xotcl/library/comm/Connection.xotcl (.../Connection.xotcl) (revision dc6b2eb2f4a57981055d664c6b14ff1b7dc3fe5c) @@ -159,7 +159,7 @@ # my showCall my instvar socket # Prior to the fix for Tcl bug #3401422, there was a regression - # in Tcl 8.6 beta versions, causing a previously non-blocking + # in Tcl 8.6 beta versions, causing a previously nonblocking # socket created using [socket -async] to return to a blocking # state. This required a manual overwrite (see below). Starting # with the 8.6 release candidates, this is obsolete. Index: library/xotcl/library/lib/xodoc.xotcl =================================================================== diff -u -N -rb9fcdec2a4d614ee624d548218df4719cdb27049 -rdc6b2eb2f4a57981055d664c6b14ff1b7dc3fe5c --- library/xotcl/library/lib/xodoc.xotcl (.../xodoc.xotcl) (revision b9fcdec2a4d614ee624d548218df4719cdb27049) +++ library/xotcl/library/lib/xodoc.xotcl (.../xodoc.xotcl) (revision dc6b2eb2f4a57981055d664c6b14ff1b7dc3fe5c) @@ -391,7 +391,7 @@ } @ XODoc instproc writeFile { - filename "file name destination" name "name of the HTML document" + filename "filename destination" name "name of the HTML document" } { description "Create HTML docuemntation from metadata token and write to file " }