summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
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);
}