From c3eed9ee870ec57e3dcb6e58eac650d5cbfa4aa4 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 12 Feb 2006 12:40:58 +0000 Subject: [PATCH] Fixed typo. --- libguile/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index c34c99d63..ae43cca27 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,7 +1,7 @@ 2006-02-12 Marius Vollmer * unif.c (scm_dimensions_to_uniform_array): Use the prototype for - filling when the fill paramater is omitted, as documented, but + filling when the fill parameter is omitted, as documented, but turn #\nul into 0 since s8 arrays (signified by a #\nul prototype) can not store characters.