X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fproclaim.lisp;h=985816bb094ab98de362736fd315ce67e61e4c0b;hb=731d5dd65a7b94b5d49d1663d9b60c3a406ce38c;hp=a26b2a4423a5a20df09c44b39d4370861350c426;hpb=ff92598854bf7cae8d57fe49cef4d9a98e1ab345;p=sbcl.git diff --git a/src/compiler/proclaim.lisp b/src/compiler/proclaim.lisp index a26b2a4..985816b 100644 --- a/src/compiler/proclaim.lisp +++ b/src/compiler/proclaim.lisp @@ -169,7 +169,7 @@ (when (constantp name) (error "can't declare a constant as SPECIAL: ~S" name)) (with-single-package-locked-error - (:symbol name "globally declaraing ~A special")) + (:symbol name "globally declaring ~A special")) (clear-info :variable :constant-value name) (setf (info :variable :kind name) :special))) (type