Index: library/xotcl/library/comm/Access.xotcl =================================================================== diff -u -rf934951db464db1a6f39ac98290ecde17a466cd7 -r50bf7579329a24ed63b1cab7f4b47906f1e38dc2 --- library/xotcl/library/comm/Access.xotcl (.../Access.xotcl) (revision f934951db464db1a6f39ac98290ecde17a466cd7) +++ library/xotcl/library/comm/Access.xotcl (.../Access.xotcl) (revision 50bf7579329a24ed63b1cab7f4b47906f1e38dc2) @@ -1002,7 +1002,7 @@ } Http instproc resubmitAuthenticated headerField { #my showCall - # the server requires authentification + # the server requires authentication my instvar path method if {[pwdManager checkRequestedAuthentification $method $path $headerField \ type realm]} { @@ -1306,8 +1306,8 @@ } pwdManager proc checkRequestedAuthentification {reqMethod path headerField typeVar realmVar} { - # check for which realm with which authentification method the - # server wants an authentification + # check for which realm with which authentication method the + # server wants an authentication #my showCall upvar [self callinglevel] $typeVar type $realmVar realm my instvar authMethod digestResponseData requestUri requestMethod Index: library/xotcl/library/lib/mixinStrategy.xotcl =================================================================== diff -u -rc4f449cb353be812ba6502ef8e9587e87881f59b -r50bf7579329a24ed63b1cab7f4b47906f1e38dc2 --- library/xotcl/library/lib/mixinStrategy.xotcl (.../mixinStrategy.xotcl) (revision c4f449cb353be812ba6502ef8e9587e87881f59b) +++ library/xotcl/library/lib/mixinStrategy.xotcl (.../mixinStrategy.xotcl) (revision 50bf7579329a24ed63b1cab7f4b47906f1e38dc2) @@ -13,7 +13,7 @@ <@p> Naming conventions for strategies: All strategies must follow the naming convention 'kind=implementation'. - Examples are the persistency strategy 'eager' specfied as + Examples are the persistency strategy 'eager' specified as 'persistent=eager' or the persistency strategy 'lazy' (specified as 'persistent=lazy') }} Index: library/xotcl/library/serialize/RecoveryPoint.xotcl =================================================================== diff -u -r073177c8b1304443107efeeb0c334e9477346778 -r50bf7579329a24ed63b1cab7f4b47906f1e38dc2 --- library/xotcl/library/serialize/RecoveryPoint.xotcl (.../RecoveryPoint.xotcl) (revision 073177c8b1304443107efeeb0c334e9477346778) +++ library/xotcl/library/serialize/RecoveryPoint.xotcl (.../RecoveryPoint.xotcl) (revision 50bf7579329a24ed63b1cab7f4b47906f1e38dc2) @@ -215,7 +215,7 @@ } # - # append parent obj/classes/namespaces of an object completly + # append parent obj/classes/namespaces of an object completely # RecoveryPoint instproc appendParents {name} { Index: library/xotcl/library/serialize/ScriptCreator.xotcl =================================================================== diff -u -r073177c8b1304443107efeeb0c334e9477346778 -r50bf7579329a24ed63b1cab7f4b47906f1e38dc2 --- library/xotcl/library/serialize/ScriptCreator.xotcl (.../ScriptCreator.xotcl) (revision 073177c8b1304443107efeeb0c334e9477346778) +++ library/xotcl/library/serialize/ScriptCreator.xotcl (.../ScriptCreator.xotcl) (revision 50bf7579329a24ed63b1cab7f4b47906f1e38dc2) @@ -132,7 +132,7 @@ } # - # check parent obj/classes/namespaces of an object completly + # check parent obj/classes/namespaces of an object completely # ScriptCreator instproc checkParents {name} { set p ""