summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/txr/stdlib/compiler.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/compiler.tl b/share/txr/stdlib/compiler.tl
index 34f29c03..0b8202da 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -1250,7 +1250,7 @@
(compile-error form "duplicate modifier (range/index): ~s"
mel))
(unless (consp (cdr mel))
- (compile-error form "misisng argument in range/index: ~s"
+ (compile-error form "missing argument in range/index: ~s"
mel))
(unless (null (cddr mel))
(compile-error form "excess args in range/index: ~s"