From 6a23fc7bdac3b7c7bcd03f608142b2df3843245d Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Fri, 26 Sep 2003 11:46:59 +0000
Subject: [PATCH] Fixed typo (:note should be :notes).

---
 ansi-tests/string.lsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansi-tests/string.lsp b/ansi-tests/string.lsp
index 3074e61f..a4fdc74c 100644
--- a/ansi-tests/string.lsp
+++ b/ansi-tests/string.lsp
@@ -58,7 +58,7 @@
   t)
 
 (deftest string.12
-  :note (:nil-vectors-are-strings)
+  :notes (:nil-vectors-are-strings)
   (typep* (make-array '(17) :element-type nil) 'string)
   t)
 
-- 
GitLab