diff options
-rw-r--r-- | macros.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.lisp b/macros.lisp index 8cf528f..d1dd0e9 100644 --- a/macros.lisp +++ b/macros.lisp @@ -1,7 +1,7 @@ (in-package :lambda-riffs) (eval-when (:compile-toplevel :load-toplevel :execute) - ;;; some fucntions for workign with substitution variables + ;;; some functions for working with substitution variables (defun substitute-var-p (symbol prefix) (and (not (eql '$ symbol)) |