aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez>2006-11-01 23:31:13 +0000
committerantirez <antirez>2006-11-01 23:31:13 +0000
commit59ee0bb784e62a611d43e625c0e0e69392036ca9 (patch)
tree650744549a0eed6cc55fd6ca2be6b329c7d185b2
parent4a603592c6632c59533cb310f194b2ebac0d0630 (diff)
downloadjimtcl-59ee0bb784e62a611d43e625c0e0e69392036ca9.zip
jimtcl-59ee0bb784e62a611d43e625c0e0e69392036ca9.tar.gz
jimtcl-59ee0bb784e62a611d43e625c0e0e69392036ca9.tar.bz2
Minor doc typo
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog5
2 files changed, 6 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 7ef9ab4..7eb0b50 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,5 +26,5 @@ Also the following ideas are due to the following authors:
- 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 powerful of
+ current-iteartion result, providing in one command the power of
[map] and [filter] together.
diff --git a/ChangeLog b/ChangeLog
index 7002fe0..9f5ea14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-01 18:18 antirez
+
+ * ChangeLog, jim.c: Minor change to (hopefully) avoid a warning
+ with some (non-gcc) compiler.
+
2006-11-01 17:03 antirez
* ChangeLog, jim.c: Fixed error message when trying to access a non