aboutsummaryrefslogtreecommitdiff
path: root/README.oo
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2016-02-11 10:17:47 +1000
committerSteve Bennett <steveb@workware.net.au>2016-02-11 10:17:47 +1000
commitd56bd19304e9361f125aaec93d8f6cf8b8191592 (patch)
treee94d3c60e65f8b48de7e4244f2a7fe8e02ca355b /README.oo
parent2fdf40d33a3d5019b05580c2d9d7d69392188e2b (diff)
downloadjimtcl-d56bd19304e9361f125aaec93d8f6cf8b8191592.zip
jimtcl-d56bd19304e9361f125aaec93d8f6cf8b8191592.tar.gz
jimtcl-d56bd19304e9361f125aaec93d8f6cf8b8191592.tar.bz2
docs: fix more typos
Some identified by frgm Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'README.oo')
-rw-r--r--README.oo6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.oo b/README.oo
index fc59faf..57a1af1 100644
--- a/README.oo
+++ b/README.oo
@@ -44,7 +44,7 @@ are prefixed with 'Account' and a space.
PREDEFINED CLASS METHODS
------------------------
-Decaring a class pre-defines a number of "class" methods. i.e. those which don't
+Declaring a class pre-defines a number of "class" methods. i.e. those which don't
require an object and simply return or manipulate properties of the class. These are:
new ?instancevars?::
@@ -84,7 +84,7 @@ For example:
PREDEFINED OBJECT METHODS
-------------------------
-Decaring a class pre-defines a number of "object" methods. i.e. those which operate
+Declaring a class pre-defines a number of "object" methods. i.e. those which operate
on a specific object.
destroy::
@@ -122,7 +122,7 @@ For example:
DECLARING METHODS
-----------------
-In addition to the predefined methods, new methods may be decared, or existing
+In addition to the predefined methods, new methods may be declared, or existing
methods redefined with the class method, method.
Declaring a method is very similar to defining a proc, and the arglist