You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2010/09/12 11:19:23 UTC

svn commit: r996274 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java

Author: mgrigorov
Date: Sun Sep 12 09:19:23 2010
New Revision: 996274

URL: http://svn.apache.org/viewvc?rev=996274&view=rev
Log:
Fix typo in documentation


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

Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java?rev=996274&r1=996273&r2=996274&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java (original)
+++ wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java Sun Sep 12 09:19:23 2010
@@ -539,7 +539,7 @@ public class WicketFilter implements Fil
 	private void checkCharacterEncoding(final HttpServletRequest servletRequest)
 	{
 		// If the request does not provide information about the encoding of
-		// its body (which includes POST parameters), than assume the
+		// its body (which includes POST parameters), then assume the
 		// default encoding as defined by the wicket application. Bear in
 		// mind that the encoding of the request usually is equal to the
 		// previous response.