Author: kkolinko Date: Wed Dec 24 01:41:27 2014 New Revision: 1647715 URL: http://svn.apache.org/r1647715 Log: Correct comment typo. Correct indent. (No functional change).
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=1647715&r1=1647714&r2=1647715&view=diff ============================================================================== --- tomcat/jk/trunk/native/iis/jk_isapi_plugin.c (original) +++ tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Wed Dec 24 01:41:27 2014 @@ -3714,7 +3714,7 @@ static char *skip_prefix(char *path, cha { size_t size; - /* Convert everything to foward slashes + /* Convert everything to forward slashes */ BS2FSA(path); /* Remove \\?\ and replace \\?\UNC\ with \\ @@ -3879,7 +3879,7 @@ static char *path_merge(const char *root ++rel; if (*rel != '\0') StringCbCopy(out + sz, bl - sz, rel); - FS2BSA(out); + FS2BSA(out); } return out; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org