--- Tcl26a.html.bak Wed Jan 31 12:36:17 2007 +++ Tcl26a.html Wed Jan 31 12:45:13 2007 @@ -31,3 +31,3 @@ socket -server accept 8080 -# Start the event loop by waiting on a non-existant variable 'forever' +# Start the event loop by waiting on a non-existent variable 'forever' vwait forever --- Tcl31.html.bak Wed Jan 31 12:36:17 2007 +++ Tcl31.html Wed Jan 31 12:46:43 2007 @@ -137,3 +137,3 @@ namespace. You can make a path fully-qualified by describing its -exact position in the hierachy from the global namespace, which is named +exact position in the hierarchy from the global namespace, which is named ::. For instance, if our foo namespace was a child --- Tcl37.html.bak Wed Jan 31 12:36:17 2007 +++ Tcl37.html Wed Jan 31 12:47:20 2007 @@ -108,3 +108,3 @@ also do something like generate an error, thus warning people - that this variable shouldn't be written to. Infact, this would + that this variable shouldn't be written to. In fact, this would probably be better. If someone else is attempting to understand --- Tcl41.html.bak Wed Jan 31 12:36:18 2007 +++ Tcl41.html Wed Jan 31 12:48:15 2007 @@ -108,3 +108,3 @@ -puts "The book and movie versions of '2001, A Space Oddysey' had a" +puts "The book and movie versions of '2001, A Space Odyssey' had a" puts "discrepancy of [expr {$bookSeconds - $movieSeconds}] seconds in how" --- Tcl42.html.bak Wed Jan 31 12:36:18 2007 +++ Tcl42.html Wed Jan 31 12:48:24 2007 @@ -85,3 +85,3 @@ configured to be non-blocking, and using the default buffering style - -data is not made availalble to the script until a newline is present, or +data is not made available to the script until a newline is present, or the buffer has filled. --- Tcl6.html.bak Wed Jan 31 12:36:18 2007 +++ Tcl6.html Wed Jan 31 12:48:44 2007 @@ -78,3 +78,3 @@ than in the Tcl substitution phase. In the substitution phase, - a \x32 would be converted to an ascii "2", while \x32 would be converted to an ASCII "2", while expr would convert 0x32 to a