Author: janne
Date: Sat Jul 21 00:38:10 2007
New Revision: 558265

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

Modified:
    
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js

Modified: 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js?view=diff&rev=558265&r1=558264&r2=558265
==============================================================================
--- 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js
 (original)
+++ 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js
 Sat Jul 21 00:38:10 2007
@@ -452,7 +452,7 @@
 /**
  * Channel management
  *
- * Wicket Ajaax requests are organized in channels. A channel maintain the 
order of 
+ * Wicket Ajax requests are organized in channels. A channel maintain the 
order of 
  * requests and determines, what should happen when a request is fired while 
another 
  * one is being processed. The default behavior (stack) puts the all 
subsequent requests 
  * in a queue, while the drop behavior limits queue size to one, so only the 
most


Reply via email to