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.