Author: ivaynberg
Date: Thu Oct 14 16:52:16 2010
New Revision: 1022611

URL: http://svn.apache.org/viewvc?rev=1022611&view=rev
Log:
typo

Modified:
    
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/MockHttpServletResponse.java

Modified: 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/MockHttpServletResponse.java
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/MockHttpServletResponse.java?rev=1022611&r1=1022610&r2=1022611&view=diff
==============================================================================
--- 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/MockHttpServletResponse.java
 (original)
+++ 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/MockHttpServletResponse.java
 Thu Oct 14 16:52:16 2010
@@ -592,7 +592,7 @@ public class MockHttpServletResponse imp
                                url = url.substring(0, index + 1) + location;
                                url = RequestUtils.removeDoubleDots(url);
 
-                               // stril the servlet path again from it.
+                               // strip the servlet path again from it.
                                index = url.indexOf("/");
                                location = url.substring(index + 1);
                        }


Reply via email to