summaryrefslogtreecommitdiff
path: root/sb-eval2.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-07-18 18:00:29 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-07-18 18:00:29 +0200
commit483ea0a709c5d4c1479cb065d2e5dbd6c1e58da0 (patch)
treef5db0d2299f8b97ab9f414fb7094c992e6f20d4e /sb-eval2.lisp
parent674615a4f75a1e74cde65fc1ac0af532a475b05e (diff)
Fix a typo.
Diffstat (limited to 'sb-eval2.lisp')
-rw-r--r--sb-eval2.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sb-eval2.lisp b/sb-eval2.lisp
index 9ae20be..3ee4b22 100644
--- a/sb-eval2.lisp
+++ b/sb-eval2.lisp
@@ -385,7 +385,7 @@
(declare (ignore more-context more-count))
(declare (ignorable auxp))
(when morep
- (error "The interpreter does not support the lambda-list keyword ~D"
+ (error "The interpreter does not support the lambda-list keyword ~S"
'sb-int:&more))
(let* ((argvars (append required
(mapcan #'lambda-binding-vars optional)