diff options
author | Xavier Roche <roche@httrack.com> | 2023-01-14 16:26:11 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2023-01-14 17:21:57 +0100 |
commit | fa0e5f72e079cf5b3dc0331c12499e04875d7726 (patch) | |
tree | ca5bd5e0f8b287523b676ff67516f09c2fd289c5 /src/proxy/proxytrack.c | |
parent | b1a98a7f16885ff5935d7e159540f4c6acb393e3 (diff) |
Fixed typos
Diffstat (limited to 'src/proxy/proxytrack.c')
-rw-r--r-- | src/proxy/proxytrack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proxy/proxytrack.c b/src/proxy/proxytrack.c index bf920c9..8bef948 100644 --- a/src/proxy/proxytrack.c +++ b/src/proxy/proxytrack.c @@ -1271,7 +1271,7 @@ static void proxytrack_process_HTTP(PT_Indexes indexes, T_SOC soc_c) { DISABLE_IE_FRIENDLY_HTTP_ERROR_MESSAGES "<head>" "<title>ProxyTrack - HTTP Proxy Error %d</title>" "</head>\r\n" "<body>" - "<h3>A proxy error has occured while processing the request.</h3><br />" + "<h3>A proxy error has occurred while processing the request.</h3><br />" "<b>Error HTTP %d: <i>%s</i></b><br />" "<br />" "<br />\r\n" "<i>Generated by ProxyTrack " PROXYTRACK_VERSION ", (C) Xavier Roche and other contributors</i>" "\r\n" "</body>" |