Tcl Source Code

Artifact [43416cfd48]
Login

Artifact 43416cfd482dbd8b25a7abe7e7dcbf4a6f184e8e:

Attachment "tutorial.tweaks.txt" to ticket [1649077fff] added by lvirden 2007-02-01 00:59:08.
--- 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 <em>fully-qualified</em> 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
 <code>::</code>. For instance, if our <code>foo</code> 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 <B>\x32</B> would be converted to an ascii "2", while <code
+      a <B>\x32</B> would be converted to an ASCII "2", while <code
        class="keyword">expr</code> would convert <B>0x32</B> to a