Author: rjung
Date: Sat Dec 20 12:06:02 2014
New Revision: 1646959
URL: http://svn.apache.org/r1646959
Log:
Fix typo in comment.
Modified:
tomcat/jk/trunk/native/common/jk_uri_worker_map.c
Modified: tomcat/jk/trunk/native/common/jk_uri_worker_map.c
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_uri_worker_map.c?rev=1646959&r1=1646958&r2=1646959&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_uri_worker_map.c (original)
+++ tomcat/jk/trunk/native/common/jk_uri_worker_map.c Sat Dec 20 12:06:02 2014
@@ -1187,7 +1187,7 @@ const char *map_uri_to_worker_ext(jk_uri
if (rv >= 0 && IND_THIS(uw_map->nosize)) {
/* Again first including vhost. */
int rc = is_nomatch(uw_map, url, rv, l);
- /* If no unmount was find, try without vhost. */
+ /* If no unmount was found, try without vhost. */
if (!rc && vhost_len)
rc = is_nomatch(uw_map, &url[vhost_len], rv, l);
if (rc) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]