From 534cd148682af22fbf6a820126fe7c1806f2d3db Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Mon, 25 Sep 2006 20:37:23 +0000 Subject: [PATCH] Fix typo. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'.