Author: mgrigorov
Date: Mon Oct 24 09:05:04 2011
New Revision: 1188053

URL: http://svn.apache.org/viewvc?rev=1188053&view=rev
Log:
Fix a typo in javadocs


Modified:
    
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/resource/aggregation/AbstractDependencyRespectingResourceAggregatingHeaderResponse.java

Modified: 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/resource/aggregation/AbstractDependencyRespectingResourceAggregatingHeaderResponse.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/resource/aggregation/AbstractDependencyRespectingResourceAggregatingHeaderResponse.java?rev=1188053&r1=1188052&r2=1188053&view=diff
==============================================================================
--- 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/resource/aggregation/AbstractDependencyRespectingResourceAggregatingHeaderResponse.java
 (original)
+++ 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/resource/aggregation/AbstractDependencyRespectingResourceAggregatingHeaderResponse.java
 Mon Oct 24 09:05:04 2011
@@ -28,7 +28,7 @@ import org.apache.wicket.resource.depend
  * An implementation of AbstractResourceAggregatingHeaderResponse that renders 
references in the
  * correct order if they are {@link 
AbstractResourceDependentResourceReference} references, ensuring
  * that dependencies are rendered in the proper order before their parent 
(even if they do not
- * appear in the same group as the parent of the depdencies).
+ * appear in the same group as the parent of the dependencies).
  * 
  * @author Jeremy Thomerson
  * @param <R>


Reply via email to