diff options
Diffstat (limited to 'src/proxy')
-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>" |