Index: doc/example-scripts/rosetta-tree.tcl =================================================================== diff -u -N -r8648ec770a59ed911769dd51cf2658045110c748 -rce99d2e545ab2b5677045db1184e80f6bded0dbe --- doc/example-scripts/rosetta-tree.tcl (.../rosetta-tree.tcl) (revision 8648ec770a59ed911769dd51cf2658045110c748) +++ doc/example-scripts/rosetta-tree.tcl (.../rosetta-tree.tcl) (revision ce99d2e545ab2b5677045db1184e80f6bded0dbe) @@ -67,7 +67,7 @@ # # This is a factory method to build up the object tree recursively -# from a nested Tcl list. Note that we create left and right childs by +# from a nested Tcl list. Note that we create left and right children by # nesting them in their parent, this provides for a cascading cleanup # of an entire tree (there is no need for an explicit cascading of # +destroy+ methods down the composite). Index: doc/next-migration.txt =================================================================== diff -u -N -r37fe2bc49a8594e767ddeb0eabbe47f8c348513a -rce99d2e545ab2b5677045db1184e80f6bded0dbe --- doc/next-migration.txt (.../next-migration.txt) (revision 37fe2bc49a8594e767ddeb0eabbe47f8c348513a) +++ doc/next-migration.txt (.../next-migration.txt) (revision ce99d2e545ab2b5677045db1184e80f6bded0dbe) @@ -2983,7 +2983,7 @@ === Exit Handlers -The exit hander interface changed from a method of `::xotcl::Object` +The exit handler interface changed from a method of `::xotcl::Object` into the Tcl command `::nsf::exithandler`: [source,tcl] Index: generic/nsf.c =================================================================== diff -u -N -r6d66926b77bdd9441f604beb08829018140142f4 -rce99d2e545ab2b5677045db1184e80f6bded0dbe --- generic/nsf.c (.../nsf.c) (revision 6d66926b77bdd9441f604beb08829018140142f4) +++ generic/nsf.c (.../nsf.c) (revision ce99d2e545ab2b5677045db1184e80f6bded0dbe) @@ -610,7 +610,7 @@ * Functions similar to Tcl_DString, but working on (void*) elements * instead of chars. The NsfDList operations work on static data as long * the space is sufficient, and doubles in size afterwards. In the - * worst case, half of the data is unsued, but that is the same size of + * worst case, half of the data is unused, but that is the same size of * overhead like for a single linked list. * * Results: @@ -14725,7 +14725,7 @@ || ((cscPtr->flags & NSF_CSC_FORCE_FRAME) != 0u)) { /* * Technically, we would not need a frame to execute the cmd, but maybe, - * the user want's it (to be able to call next, or the keep proc-level + * the user wants it (to be able to call next, or the keep proc-level * variables. The clientData cp is in such cases typically NULL. */ /*fprintf(stderr, "FORCE_FRAME\n");*/ Index: generic/nsfDebug.c =================================================================== diff -u -N -rb6f285f739dbbb1c0808759854e0dcfb020bbc2e -rce99d2e545ab2b5677045db1184e80f6bded0dbe --- generic/nsfDebug.c (.../nsfDebug.c) (revision b6f285f739dbbb1c0808759854e0dcfb020bbc2e) +++ generic/nsfDebug.c (.../nsfDebug.c) (revision ce99d2e545ab2b5677045db1184e80f6bded0dbe) @@ -206,7 +206,7 @@ * None. * * Side effects: - * Updateing Hash table + * Updating Hash table * *---------------------------------------------------------------------- */ @@ -238,7 +238,7 @@ * None. * * Side effects: - * Updateing Hash table + * Updating Hash table * *---------------------------------------------------------------------- */ @@ -287,7 +287,7 @@ * None. * * Side effects: - * Updateing Hash table + * Updating Hash table * *---------------------------------------------------------------------- */ Index: library/lib/nx-zip.tcl =================================================================== diff -u -N -rae081c0f1926da915e0584d8561abaa8a2a022a4 -rce99d2e545ab2b5677045db1184e80f6bded0dbe --- library/lib/nx-zip.tcl (.../nx-zip.tcl) (revision ae081c0f1926da915e0584d8561abaa8a2a022a4) +++ library/lib/nx-zip.tcl (.../nx-zip.tcl) (revision ce99d2e545ab2b5677045db1184e80f6bded0dbe) @@ -90,7 +90,7 @@ } # # we have no - # - archive descryption header + # - archive description header # - archive extra data record # # Add the central directory Index: library/nx/nx.tcl =================================================================== diff -u -N -r9b831c84733568b14118c288e19191bdc7e35a8e -rce99d2e545ab2b5677045db1184e80f6bded0dbe --- library/nx/nx.tcl (.../nx.tcl) (revision 9b831c84733568b14118c288e19191bdc7e35a8e) +++ library/nx/nx.tcl (.../nx.tcl) (revision ce99d2e545ab2b5677045db1184e80f6bded0dbe) @@ -1407,7 +1407,7 @@ ::nsf::method::delete ${:domain} ${:name} } } else { - nsf::log Warning "ignore inproper domain ${:domain} during destroy (maybe per-object not set?)" + nsf::log Warning "ignore improper domain ${:domain} during destroy (maybe per-object not set?)" } } ::nsf::next Index: library/serialize/serializer.tcl =================================================================== diff -u -N -rf20d79667ffa76f364893e92bcd882b4b8fdc99a -rce99d2e545ab2b5677045db1184e80f6bded0dbe --- library/serialize/serializer.tcl (.../serializer.tcl) (revision f20d79667ffa76f364893e92bcd882b4b8fdc99a) +++ library/serialize/serializer.tcl (.../serializer.tcl) (revision ce99d2e545ab2b5677045db1184e80f6bded0dbe) @@ -603,7 +603,7 @@ :public method list_instances {} { # # Compute all instances, for which we are responsible, just - # igoring content matching the matchpatterns + # ignoring content matching the matchpatterns # set instances [list] foreach i [${:rootClass} info instances -closure] {