From e3473097c7d2aff6a775cd3806524aeced632f6c Mon Sep 17 00:00:00 2001 From: Gary Houston Date: Sat, 8 Mar 1997 22:55:06 +0000 Subject: [PATCH] typo --- libguile/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4d70625d2..849a4ad44 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -5,7 +5,7 @@ Sat Mar 8 00:27:05 1997 Gary Houston called once.) (scm_read_hash_extend): don't call scm_permanent_object. (ideas from Mikael): if chr is already in the list, replace its - procedure instead of appending it again. If chr is #f, remove + procedure instead of appending it again. If proc is #f, remove it from the list. (scm_get_hash_procedure): take CDR of scm_read_hash_procedures.