Index: doc/Object.3 =================================================================== diff -u -N -r6e30c5541188221b5d2a64a624212c342d1a51f1 -rf10f6e087eba19df21585a1776e095862306855d --- doc/Object.3 (.../Object.3) (revision 6e30c5541188221b5d2a64a624212c342d1a51f1) +++ doc/Object.3 (.../Object.3) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -482,7 +482,7 @@ \fIobj\fR\&. The configuration options available for querying through \fBcget\fR are determined by the configurable properties defined by the class hierarchy of \fIobj\fR\&. The -queriable configuration options for \fIobj\fR can be +queryable configuration options for \fIobj\fR can be obtained by calling \fBinfo lookup syntax configure\fR\&. The \fIconfigurationOption\fR can be set and modified using \fBconfigure\fR\&. .CS @@ -1689,4 +1689,4 @@ .nf Copyright (c) 2014-19 Stefan Sobernig , Gustaf Neumann ; available under the Creative Commons Attribution 3\&.0 Austria license (CC BY 3\&.0 AT)\&. -.fi \ No newline at end of file +.fi Index: library/mongodb/tests/nsf-mongo.test =================================================================== diff -u -N -r75f11a9a1c2b7370a3aa39c9b7fc1b98c5da7812 -rf10f6e087eba19df21585a1776e095862306855d --- library/mongodb/tests/nsf-mongo.test (.../nsf-mongo.test) (revision 75f11a9a1c2b7370a3aa39c9b7fc1b98c5da7812) +++ library/mongodb/tests/nsf-mongo.test (.../nsf-mongo.test) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -85,7 +85,7 @@ if {1} { #::mongo::collection::delete $mongoConn tutorial.persons {} - # Drop old potenially old collection and + # Drop old potentially old collection and # recreate it as a capped collection ::mongo::run -nocomplain $mongoConn tutorial {drop string persons} puts "\nCreate a capped collection:" Index: library/mongodb/tests/nx-mongo.test =================================================================== diff -u -N -r6cff9d9b2c329e124fafd745004950b2822eb548 -rf10f6e087eba19df21585a1776e095862306855d --- library/mongodb/tests/nx-mongo.test (.../nx-mongo.test) (revision 6cff9d9b2c329e124fafd745004950b2822eb548) +++ library/mongodb/tests/nx-mongo.test (.../nx-mongo.test) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -21,7 +21,7 @@ ? {::nx::mongo::db collection tutorial.persons} "mongoc_collection_t:0" # -# When we create a capped colletion, we cannot use +# When we create a capped collection, we cannot use # # nx::mongo::db delete tutorial.persons {} # Index: library/xotcl/apps/utils/xo-daemon =================================================================== diff -u -N -r6e4c08c5cf598e08cbc29516f84b09e5983e347c -rf10f6e087eba19df21585a1776e095862306855d --- library/xotcl/apps/utils/xo-daemon (.../xo-daemon) (revision 6e4c08c5cf598e08cbc29516f84b09e5983e347c) +++ library/xotcl/apps/utils/xo-daemon (.../xo-daemon) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -19,7 +19,7 @@ shown. <@LI> <@EM>startall: all scripts that were started before via this script, are started - <@LI> <@EM>stop terminates te specified script. + <@LI> <@EM>stop terminates the specified script. <@LI> <@EM>stopall terminates all scripts started via this command <@LI> <@EM>restart tries to restart the specified script. Index: library/xotcl/doc/Announce-1.3.6 =================================================================== diff -u -N -r4e80fb687a82af0fc9ac0d109863931f4910de4a -rf10f6e087eba19df21585a1776e095862306855d --- library/xotcl/doc/Announce-1.3.6 (.../Announce-1.3.6) (revision 4e80fb687a82af0fc9ac0d109863931f4910de4a) +++ library/xotcl/doc/Announce-1.3.6 (.../Announce-1.3.6) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -35,7 +35,7 @@ class relationship + improved namespace resolution when mixin classes are defined in namespaces (::xotcl:: namespace is skipped, since a - helper method that calles the primitive setting command + helper method that calls the primitive setting command is defined there) + fixed passing of error code from init methods (thanks to Fabrice Pardo for noting it) Index: library/xotcl/doc/Announce-1.4.0 =================================================================== diff -u -N -r2a955681817e4db4776d7ae904babe8053c5ad74 -rf10f6e087eba19df21585a1776e095862306855d --- library/xotcl/doc/Announce-1.4.0 (.../Announce-1.4.0) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) +++ library/xotcl/doc/Announce-1.4.0 (.../Announce-1.4.0) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -10,7 +10,7 @@ are not affected by a recreate; this allows files with class definitions more easily to reload + easier syntax for providing commands for initializing default values - + setting and querying options for ::xotcl::configure simiar to set + + setting and querying options for ::xotcl::configure similar to set * Improved code quality: + fixed a bug in connection with nonpositional arguments and "args" Index: library/xotcl/library/comm/Access.xotcl =================================================================== diff -u -N -r38ea9f94f2f1b54ff8f4213a814a350dec29b96b -rf10f6e087eba19df21585a1776e095862306855d --- library/xotcl/library/comm/Access.xotcl (.../Access.xotcl) (revision 38ea9f94f2f1b54ff8f4213a814a350dec29b96b) +++ library/xotcl/library/comm/Access.xotcl (.../Access.xotcl) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -720,7 +720,7 @@ } Http instproc POST {} { # we have query and data only for a uniform interface for - # forms that cann pass the attribute value pairs always via + # forms that can pass the attribute value pairs always via # query. if {[my exists query]} { my data [my query] Index: library/xotcl/library/comm/PCache.xotcl =================================================================== diff -u -N -r073177c8b1304443107efeeb0c334e9477346778 -rf10f6e087eba19df21585a1776e095862306855d --- library/xotcl/library/comm/PCache.xotcl (.../PCache.xotcl) (revision 073177c8b1304443107efeeb0c334e9477346778) +++ library/xotcl/library/comm/PCache.xotcl (.../PCache.xotcl) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -232,8 +232,7 @@ Object instproc allInstances {} { - # Diese Methode ermittelt rekursiv alle direkten und indirekten - # Instanzen einer Klasse + # Compute recursively all instances of a class. ::set inst [my info instances] foreach s [my info subclass] { foreach i [$s allInstances] { ::lappend inst $i } Index: tests/alias.test =================================================================== diff -u -N -r2a955681817e4db4776d7ae904babe8053c5ad74 -rf10f6e087eba19df21585a1776e095862306855d --- tests/alias.test (.../alias.test) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) +++ tests/alias.test (.../alias.test) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -753,7 +753,7 @@ ? {::o object alias X ::x} "::o::X" # Recreate the object. On recreation, the object is not freed, - # therefore we test the reference counter is aleady set, and must + # therefore we test the reference counter is already set, and must # nor be incremented nx::Object create ::x ? {::o object alias X ::x} "::o::X" Index: tests/parameters.test =================================================================== diff -u -N -rf69d53266ed98cdac54bd60985a26d1694238234 -rf10f6e087eba19df21585a1776e095862306855d --- tests/parameters.test (.../parameters.test) (revision f69d53266ed98cdac54bd60985a26d1694238234) +++ tests/parameters.test (.../parameters.test) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -681,7 +681,7 @@ } # - # Trival test case + # Trivial test case # D public method foo {a:in,arg=a|b|c} {