Updated Branches: refs/heads/wicket-6.x 41344ae8d -> 500651839
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/50065183 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/50065183 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/50065183 Branch: refs/heads/wicket-6.x Commit: 5006518390532736280928321d21d2427a30635d Parents: 41344ae Author: svenmeier <[email protected]> Authored: Mon Oct 28 14:09:52 2013 +0100 Committer: svenmeier <[email protected]> Committed: Mon Oct 28 14:09:52 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/50065183/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 9915981..e5a27af 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 @@ -345,7 +345,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
