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. --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') 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