aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-02-12 23:52:41 +0100
committerSteve Bennett <steveb@workware.net.au>2020-02-18 08:45:24 +1000
commit9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44 (patch)
treed55426d86237d71e962d0a6dcdc37bf9bf5a46d3 /AUTHORS
parentfe66ddb115026a5e43fcf93b72780a9f281ec5d4 (diff)
downloadjimtcl-9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44.zip
jimtcl-9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44.tar.gz
jimtcl-9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44.tar.bz2
docs: fix minor typos
Fix few typos in the documentation Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS6
1 files changed, 3 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 052babb..af07364 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -11,7 +11,7 @@ DESIGN CREDITS:
some of the idea inside Jim are the fruit of long discussions
inside the Tclers chat room. The feedback of the Tcl
-comunity in general, and of the members of the Tcl Core Team, was
+community in general, and of the members of the Tcl Core Team, was
very important to avoid mistakes: I used the great experience of
this people as a test for some of the ideas I put into Jim.
Bad ideas tend to be demolished in no time by good engineers.
@@ -21,12 +21,12 @@ Also the following ideas are due to the following authors:
- Jim locals were originally proposed by Miguel Sofer, I (SS) added
the feature that make they similar to lexical scoped closures
using capturing of the local variables value if no explicit
- intialization is provided.
+ initialization is provided.
- The [lmap] command is my (SS) design, but I incorporated inside the
command an interesting idea of Donal K. Fellows that proposed that
the [continue] command may be used to skip the accumulation of the
- current-iteartion result, providing in one command the power of
+ current-iteration result, providing in one command the power of
[map] and [filter] together.