From 3d54861a68d39120299acdde002737530a073582 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 2 Dec 2007 18:01:10 +0000 Subject: [PATCH] (url-dav-delete-directory): Fix message typo. --- lisp/url/url-dav.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/url/url-dav.el b/lisp/url/url-dav.el index 3c2ea872134..fafea4c1f0e 100644 --- a/lisp/url/url-dav.el +++ b/lisp/url/url-dav.el @@ -746,7 +746,7 @@ files in the collection as well." (setq status (plist-get (cdr result) 'DAV:status)) (if (not (url-dav-http-success-p status)) (signal 'file-error (list "Removing directory" - "Errror removing" + "Error removing" (car result) status)))) props)) nil) -- 2.39.2