From 9f0f3544342ed8becc97e4ea8b63d9eb792f5211 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 12 May 2023 19:22:36 -0700 Subject: compiler: spelling error in diagnostic. * stdlib/compiler.tl (with-compile-opts): Remove stray character from "uncrecognized". --- stdlib/compiler.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/compiler.tl b/stdlib/compiler.tl index 560991be..cdbd3a3f 100644 --- a/stdlib/compiler.tl +++ b/stdlib/compiler.tl @@ -2583,4 +2583,4 @@ (compile-error form "~s isn't a recognized warning option" s))) ^(set ,*(mappend (ret ^((qref ,co ,@1) ,op)) syms))) (@(or @(atom) (@(not @(keywordp)) . @nil)) cl) - (@nil (compile-error form "uncrecognized clause syntax: ~s" cl))))))) + (@nil (compile-error form "unrecognized clause syntax: ~s" cl))))))) -- cgit v1.2.3