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 daa0b37..ee4ea71 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -38,7 +38,7 @@
(symbol (string-downcase
(symbol-name system)))))
-(defun stringmem (string list)
+(defun memstring= (string list)
(member string list :test #'string=))