aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
diff options
context:
space:
mode:
authorPaul Eggert2011-12-04 00:02:42 -0800
committerPaul Eggert2011-12-04 00:02:42 -0800
commitc80e3b4aed2e70eb6d8445d786c0df770094e9e1 (patch)
treee44fe2f2604d66890ec2442ea23e73ee5011907a /lisp/url
parenta24bf23e0f6e5cea917b77cc455314cdcc31be5b (diff)
downloademacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.tar.gz
emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.zip
Spelling fixes.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/ChangeLog2
-rw-r--r--lisp/url/url-gw.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 48d2caf35f4..b4cd24cc6b9 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1673,7 +1673,7 @@
1673 (url-dav-process-DAV:activelock) 1673 (url-dav-process-DAV:activelock)
1674 (url-dav-process-DAV:lockdiscovery): Can now correctly parse 1674 (url-dav-process-DAV:lockdiscovery): Can now correctly parse
1675 DAV:lockdiscovery nodes, so that we can find out who has a 1675 DAV:lockdiscovery nodes, so that we can find out who has a
1676 resource locked and properly parse the reponse to a LOCK request. 1676 resource locked and properly parse the response to a LOCK request.
1677 (url-dav-process-DAV:status): Now parses out the numeric status 1677 (url-dav-process-DAV:status): Now parses out the numeric status
1678 from the HTTP response line. 1678 from the HTTP response line.
1679 (url-dav-process-response): New function to handle all the 1679 (url-dav-process-response): New function to handle all the
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el
index 7d80f2f6725..a3a384b7a90 100644
--- a/lisp/url/url-gw.el
+++ b/lisp/url/url-gw.el
@@ -72,12 +72,12 @@ This list will be executed as a command after logging in via telnet."
72 :group 'url-gateway) 72 :group 'url-gateway)
73 73
74(defcustom url-gateway-telnet-login-prompt "^\r*.?login:" 74(defcustom url-gateway-telnet-login-prompt "^\r*.?login:"
75 "Prompt that tells us we should send our username when loggin in w/telnet." 75 "Prompt that tells us we should send our username when logging in w/telnet."
76 :type 'regexp 76 :type 'regexp
77 :group 'url-gateway) 77 :group 'url-gateway)
78 78
79(defcustom url-gateway-telnet-password-prompt "^\r*.?password:" 79(defcustom url-gateway-telnet-password-prompt "^\r*.?password:"
80 "Prompt that tells us we should send our password when loggin in w/telnet." 80 "Prompt that tells us we should send our password when logging in w/telnet."
81 :type 'regexp 81 :type 'regexp
82 :group 'url-gateway) 82 :group 'url-gateway)
83 83