From 287c2ee7c241fdd2ce2ceeee6d007958cd82051f Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 22 Sep 2001 21:35:12 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.