From b3af858518d51532f4dca78d6b93ffa4a4b44f5c Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 28 Oct 2022 10:35:31 -0500 Subject: Typos --- macros.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3