You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/11/17 15:11:30 UTC

svn commit: r1815572 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

Author: markt
Date: Fri Nov 17 15:11:30 2017
New Revision: 1815572

URL: http://svn.apache.org/viewvc?rev=1815572&view=rev
Log:
Fix typos in error messages.

Modified:
    tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/jk_isapi_plugin.c?rev=1815572&r1=1815571&r2=1815572&view=diff
==============================================================================
--- tomcat/jk/trunk/native/iis/jk_isapi_plugin.c (original)
+++ tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Fri Nov 17 15:11:30 2017
@@ -327,7 +327,7 @@ static struct error_reasons {
     { 404,
       "Not Found",
       "The requested URL was not found on this server",
-      "If you entered the URL manually please check your"
+      "If you entered the URL manually please check your "
       "spelling and try again."
     },
     { 405,
@@ -346,7 +346,7 @@ static struct error_reasons {
     { 407,
       "Proxy Authentication Required",
       NULL,
-      "The client must first authenticate itself with the proxy"
+      "The client must first authenticate itself with the proxy."
     },
     { 408,
       "Request Timeout",
@@ -428,7 +428,7 @@ static struct error_reasons {
       "Gateway Timeout",
       NULL,
       "The server, while acting as a gateway or proxy, "
-      "did not receive a timely response from the upstream server"
+      "did not receive a timely response from the upstream server."
     },
     { 505,
       "HTTP Version Not Supported",



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org