summaryrefslogtreecommitdiff
path: root/lisp/url
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-12-02 18:01:10 +0000
committerGlenn Morris <rgm@gnu.org>2007-12-02 18:01:10 +0000
commit3d54861a68d39120299acdde002737530a073582 (patch)
tree9bc5a6a7dcebd9cdd2a61daa6f59ed9d95e43f8e /lisp/url
parent43202f8a9d697bec9efd49497cc3ab2636b5b118 (diff)
downloademacs-3d54861a68d39120299acdde002737530a073582.tar.gz
(url-dav-delete-directory): Fix message typo.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/url-dav.el2
1 files changed, 1 insertions, 1 deletions
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)