aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property.lisp')
-rw-r--r--src/property.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property.lisp b/src/property.lisp
index a0e95c1..587f757 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -595,7 +595,7 @@ PATH already has the specified CONTENT and MODE."
(defun assert-connection-supports (type)
(unless (or (eq type :posix) (lisp-connection-p))
- (failed-change
+ (aborted-change
"Cannot apply :LISP properties using a POSIX-type connection")))
(defun cksum (file)