summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2006-09-25 20:37:23 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2006-09-25 20:37:23 +0000
commit534cd148682af22fbf6a820126fe7c1806f2d3db (patch)
tree821291555dedec172825eda7a1ae1a86beaff8b7
parent49dec04b6a73aa878b98ea89bd132b6dc6cf8126 (diff)
downloadguile-534cd148682af22fbf6a820126fe7c1806f2d3db.tar.gz
Fix typo.
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3565da8b3..0cfba4ac8 100644
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ Changes in 1.8.1 (since 1.8.0):
* Changes to Scheme functions and syntax
-** A one-dimenisonal array can now be 'equal?' to a vector.
+** A one-dimensional array can now be 'equal?' to a vector.
** Structures, records, and SRFI-9 records can now be compared with `equal?'.
** SRFI-14 standard char sets are now recomputed upon successful `setlocale'.