Updated Branches:
  refs/heads/master ee02c8835 -> 9d3066190

fixed javadoc typo

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

Branch: refs/heads/master
Commit: 9d306619081e5a32aac26d65d12e732e66ae61be
Parents: ee02c88
Author: svenmeier <[email protected]>
Authored: Mon Oct 28 14:09:40 2013 +0100
Committer: svenmeier <[email protected]>
Committed: Mon Oct 28 14:09:40 2013 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/wicket/util/tester/TagTester.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9d306619/wicket-core/src/main/java/org/apache/wicket/util/tester/TagTester.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/util/tester/TagTester.java 
b/wicket-core/src/main/java/org/apache/wicket/util/tester/TagTester.java
index daae7eb..3c4e309 100644
--- a/wicket-core/src/main/java/org/apache/wicket/util/tester/TagTester.java
+++ b/wicket-core/src/main/java/org/apache/wicket/util/tester/TagTester.java
@@ -446,7 +446,7 @@ public class TagTester
        /**
         * Static factory method for creating a <code>TagTester</code> based on 
a tag found by an
         * attribute with a specific value. Please note that it will return the 
first tag which matches
-        * the criteria. It's therefore good for attributes suck as "id" or 
"wicket:id", but only if
+        * the criteria. It's therefore good for attributes such as "id" or 
"wicket:id", but only if
         * "wicket:id" is unique in the specified markup.
         * 
         * @param markup

Reply via email to