From 852909462afdfacb80a493673463a7c2512ce5b5 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Mon, 12 Nov 2012 21:46:50 +0100 Subject: [PATCH] Fix typo --- src/base/defalias.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/defalias.lisp b/src/base/defalias.lisp index 4988dc7..4e40af0 100644 --- a/src/base/defalias.lisp +++ b/src/base/defalias.lisp @@ -69,7 +69,7 @@ (documentation ',original 'variable)))) (defnamespace constant - "The namespace of special variables.") + "The namespace of constant variables.") (defmethod make-alias ((namespace (eql 'constant)) original alias) -- 2.11.4.GIT