diff options
author | Rich Bowen <rbowen@apache.org> | 2010-10-24 15:24:31 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-10-24 15:24:31 +0200 |
commit | 21195ea61f8e0294716e6fcf84bfb9ee76b28bc9 (patch) | |
tree | 8d6ec97df9c0246ddd38dd0f72ae2342ca1c8c9f /modules/http | |
parent | If an unknown Content-* header is received for a PUT request, we must not (diff) | |
download | apache2-21195ea61f8e0294716e6fcf84bfb9ee76b28bc9.tar.xz apache2-21195ea61f8e0294716e6fcf84bfb9ee76b28bc9.zip |
Phrasing changes recommended by Jack Dozier. Bug #50145
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026792 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http')
-rw-r--r-- | modules/http/http_protocol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 8060a9bcb8..eb1789fe15 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -1081,9 +1081,9 @@ static const char *get_canned_error_string(int status, "administrator at \n ", ap_escape_html(r->pool, r->server->server_admin), - ", and inform them of the time this " + " to inform them of the time this " "error occurred,\n" - "and the actions you performed which led to " + " and the actions you performed just before " "this error.</p>\n" "<p>More information about this error " "may be available\n" |