From ac984ab895111cffebbebeef22bd039a724e5b0a Mon Sep 17 00:00:00 2001
From: Philipp Marek <philipp@marek.priv.at>
Date: Wed, 27 Apr 2022 13:29:58 +0200
Subject: [PATCH] Fix typo in docstring.

---
 alexandria-1/lists.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alexandria-1/lists.lisp b/alexandria-1/lists.lisp
index 43ea17e..e96837d 100644
--- a/alexandria-1/lists.lisp
+++ b/alexandria-1/lists.lisp
@@ -265,7 +265,7 @@ expected-type designator of a TYPE-ERROR."
       (list list)))
 
 (defun remove-from-plist (plist &rest keys)
-  "Returns a propery-list with same keys and values as PLIST, except that keys
+  "Returns a property-list with same keys and values as PLIST, except that keys
 in the list designated by KEYS and values corresponding to them are removed.
 The returned property-list may share structure with the PLIST, but PLIST is
 not destructively modified. Keys are compared using EQ."
-- 
GitLab