You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/10/24 18:15:59 UTC

svn commit: r1188197 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/AjaxComponentEventRequestHandler.java

Author: hlship
Date: Mon Oct 24 16:15:59 2011
New Revision: 1188197

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

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/AjaxComponentEventRequestHandler.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/AjaxComponentEventRequestHandler.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/AjaxComponentEventRequestHandler.java?rev=1188197&r1=1188196&r2=1188197&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/AjaxComponentEventRequestHandler.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/AjaxComponentEventRequestHandler.java Mon Oct 24 16:15:59 2011
@@ -118,7 +118,7 @@ public class AjaxComponentEventRequestHa
         environment.pop(ComponentEventResultProcessor.class);
 
 
-        // If the result processor was passed a value, then it will already have rendered. Otherise it was not passed a value,
+        // If the result processor was passed a value, then it will already have rendered. Otherwise it was not passed a value,
         // but it's still possible that we still want to do a partial page render ... if filters were added to the render queue.
         // In that event, run the partial page render now and return.