diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/compiler.tl | 2 |
1 files changed, 1 insertions, 1 deletions
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))))))) |