aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property.lisp b/src/property.lisp
index 9fe0c72..597d9bc 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -115,7 +115,7 @@
(defun propappunapply (propapp)
(if propapp
- (apply #'propappunapply propapp)
+ (apply #'propunapply propapp)
:no-change))
(defvar *known-properties* nil