emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 5e47ec9511: ; * lisp/url/url-http.el (url-http-parse-headers):


From: Stefan Kangas
Subject: emacs-28 5e47ec9511: ; * lisp/url/url-http.el (url-http-parse-headers): Fix typo.
Date: Wed, 13 Jul 2022 07:18:48 -0400 (EDT)

branch: emacs-28
commit 5e47ec95118c06dd66cd488ad25775d801d75c0c
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/url/url-http.el (url-http-parse-headers): Fix typo.
---
 lisp/url/url-http.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 16c3a6a1e6..a281774ed8 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -698,7 +698,7 @@ should be shown to the user."
            ;; gives the URI of the proxy.  The recipient is expected
            ;; to repeat this single request via the proxy.  305
            ;; responses MUST only be generated by origin servers.
-           (error "Redirection thru a proxy server not supported: %s"
+           (error "Redirection through a proxy server not supported: %s"
                   redirect-uri))
           (_
            ;; Treat everything like '300'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]