From 161cb223ab5ff9a6e1b42de021d4b99ce3b53701 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 15 Feb 2014 00:51:30 -0800 Subject: * eval.c (bindings_helper): Fixed misspelling of "symbol" in exception message. --- ChangeLog | 5 +++++ eval.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 92e3d13e..e62dde8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-02-15 Kaz Kylheku + + * eval.c (bindings_helper): Fixed misspelling of "symbol" in exception + message. + 2014-02-15 Kaz Kylheku A trivial change in the UTF-8 decoder allows TXR to handle null bytes diff --git a/eval.c b/eval.c index a79be121..d5dab8e0 100644 --- a/eval.c +++ b/eval.c @@ -655,7 +655,7 @@ static val bindings_helper(val vars, val env, val sequential, val ctx_form) if (symbolp(var)) { if (!bindable(var)) - eval_error(ctx_form, lit("~s: ~s is not a bindable sybol"), + eval_error(ctx_form, lit("~s: ~s is not a bindable symbol"), car(ctx_form), var, nao); } -- cgit v1.2.3