diff --git a/libguile/ChangeLog b/libguile/ChangeLog index d7c55c5f9..fa5aeb976 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -3,7 +3,7 @@ * Makefile.am: Distribute num2float.i.c. * num2float.i.c: New file, multiply included by numbers.c, used - to "templatize" the floatl <-> num conversion routines. + to "templatize" the float <-> num conversion routines. * numbers.c: New functions: scm_num2float, scm_float2num, scm_num2double, scm_double2num.