Author: jonl
Date: Sun Apr 15 19:45:02 2007
New Revision: 529123

URL: http://svn.apache.org/viewvc?view=rev&rev=529123
Log:
Typo.

Modified:
    
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java

Modified: 
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java?view=diff&rev=529123&r1=529122&r2=529123
==============================================================================
--- 
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java
 (original)
+++ 
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java
 Sun Apr 15 19:45:02 2007
@@ -1044,7 +1044,7 @@
                                        // handle any events with that and 
generate a response in
                                        // that same block
                                        // NOTE: because of synchronization, we 
need to take the
-                                       // steps PROCESS_EVENS and RESPOND 
together
+                                       // steps PROCESS_EVENTS and RESPOND 
together
                                        processEventsAndRespond();
                                        break;
                                }


Reply via email to