Author: almaw
Date: Thu Jan 25 11:46:09 2007
New Revision: 499934
URL: http://svn.apache.org/viewvc?view=rev&rev=499934
Log:
Fix typo.
Modified:
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockHttpServletRequest.java
Modified:
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockHttpServletRequest.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockHttpServletRequest.java?view=diff&rev=499934&r1=499933&r2=499934
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockHttpServletRequest.java
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockHttpServletRequest.java
Thu Jan 25 11:46:09 2007
@@ -1093,7 +1093,7 @@
}
/**
- * Set the complete url for this request. The url will be analized.
+ * Set the complete url for this request. The url will be analyzed.
*
* @param url
*/