Fix typos in javadoc

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/39c7b74f
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/39c7b74f
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/39c7b74f

Branch: refs/heads/master
Commit: 39c7b74f8eb2e83421c6d5d86ab51ac6e0800575
Parents: acb4360
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Tue Feb 18 16:13:03 2014 +0200
Committer: Igor Vaynberg <[email protected]>
Committed: Thu Feb 20 23:37:16 2014 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/wicket/IQueueRegion.java   | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/39c7b74f/wicket-core/src/main/java/org/apache/wicket/IQueueRegion.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/IQueueRegion.java 
b/wicket-core/src/main/java/org/apache/wicket/IQueueRegion.java
index beebdda..c0e431a 100644
--- a/wicket-core/src/main/java/org/apache/wicket/IQueueRegion.java
+++ b/wicket-core/src/main/java/org/apache/wicket/IQueueRegion.java
@@ -35,18 +35,18 @@ public interface IQueueRegion
        /**
         * Gets the markup that will be used to dequeue components in this 
container. Usually containers
         * will return their associated markup by simply delegating to
-        * {@link MarkupContainer#getAssociatedMarkup()}, but compoennts that 
do not render markup in a
+        * {@link MarkupContainer#getAssociatedMarkup()}, but components that 
do not render markup in a
         * standard way (such as repeaters and borders) may choose to override 
this method to implement
-        * custom behavior for the dequeuing process.
+        * custom behavior for the dequeueing process.
         */
        public IMarkupFragment getDequeueMarkup();
 
        /**
         * Starts component dequeueing on this {@link IQueueRegion}. This is 
the entry point into the
-        * dequeuing process, it creates the {@link DequeueContext} and 
delegates the opreation to the
-        * {@link #dequeue(DequeueContext)} method which performs the actual 
dequeuing. The context's
-        * markup is retrieved using the {@link #getDequeueMarkup()} method 
which allows subclasses to
-        * provide dequeueing-specific markup.
+        * dequeuing process, it creates the {@link DequeueContext} and 
delegates the operation to the
+        * {@link org.apache.wicket.MarkupContainer#dequeue(DequeueContext)} 
method which performs the
+        * actual dequeueing. The context's markup is retrieved using the 
{@link #getDequeueMarkup()}
+        * method which allows subclasses to provide dequeueing-specific markup.
         */
        public void dequeue();
 }

Reply via email to