summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ice-9/ChangeLog4
-rw-r--r--ice-9/safe-r5rs.scm2
2 files changed, 5 insertions, 1 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index 0fe364029..3d32842cd 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
+
+ * safe-r5rs.scm: Fix typo: make-rectangualr => make-rectangular.
+
2001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
* boot-9.scm (begin-deprecated): New.
diff --git a/ice-9/safe-r5rs.scm b/ice-9/safe-r5rs.scm
index 9f36feb35..ae7e4f82a 100644
--- a/ice-9/safe-r5rs.scm
+++ b/ice-9/safe-r5rs.scm
@@ -40,7 +40,7 @@
exp log sin cos tan asin acos atan
sqrt
expt
- make-rectangualr make-polar real-part imag-part magnitude angle
+ make-rectangular make-polar real-part imag-part magnitude angle
exact->inexact inexact->exact
number->string string->number