diff --git a/alexandria-1/lists.lisp b/alexandria-1/lists.lisp
index 43ea17e174977ec67cd96f263a37dd7f17729e99..e96837dc8ecc50acbe97fc6f2a6bcecf64609547 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."