aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index a76b6c1..83ecc63 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -72,7 +72,7 @@
(defun unwords (words)
(format nil "~{~A~^ ~}" words))
-(defun memstring= (string list)
+(defun memstr= (string list)
(member string list :test #'string=))
(defun assert-ordinary-ll-member (arg)