Index: doc/next-migration.html =================================================================== diff -u -rd303212e06bfd89c57038a26ba54f9f86e941601 -rf934951db464db1a6f39ac98290ecde17a466cd7 --- doc/next-migration.html (.../next-migration.html) (revision d303212e06bfd89c57038a26ba54f9f86e941601) +++ doc/next-migration.html (.../next-migration.html) (revision f934951db464db1a6f39ac98290ecde17a466cd7) @@ -753,7 +753,7 @@
This document describes the differences between the Next Scripting Language Framework and XOTcl 1. In particular, it presents a migration guide from XOTcl 1 to NX, and presents potential -incompatibilities beween XOTcl 1 and XOTcl 2.
The Next Scripting Language (NX) is a successor of XOTcl 1 and is based on 10 years of experience with XOTcl in projects containing @@ -1634,7 +1634,7 @@ # # NX does not provide own methods, but uses # the low level framework commands, since -# application developer will only seldomly +# application developer will only seldom # need it. Class create C @@ -1775,14 +1775,14 @@ # method, forward, alias # Class create C { - :/method-definiton-method/ ... - :public /method-definiton-method/ ... - :protected /method-definiton-method/ ... - :private /method-definiton-method/ ... - :object /method-definiton-method/ ... - :public object /method-definiton-method/ ... - :protected object /method-definiton-method/ ... - :private object /method-definiton-method/ ... + :/method-definition-method/ ... + :public /method-definition-method/ ... + :protected /method-definition-method/ ... + :private /method-definition-method/ ... + :object /method-definition-method/ ... + :public object /method-definition-method/ ... + :protected object /method-definition-method/ ... + :private object /method-definition-method/ ... }