You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/02/11 11:27:31 UTC

git commit: Fix a typo in javadoc

Updated Branches:
  refs/heads/master 99fcd91fe -> 141769363


Fix a typo in javadoc


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

Branch: refs/heads/master
Commit: 14176936342c2dec55c7bddd375b8fc27fe2cb94
Parents: 99fcd91
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Feb 11 12:26:38 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Feb 11 12:26:38 2014 +0200

----------------------------------------------------------------------
 .../extensions/markup/html/form/palette/component/Selection.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/14176936/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/Selection.java
----------------------------------------------------------------------
diff --git a/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/Selection.java b/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/Selection.java
index 95370b6..68561ff 100644
--- a/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/Selection.java
+++ b/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/Selection.java
@@ -24,7 +24,7 @@ import org.apache.wicket.util.value.IValueMap;
 
 
 /**
- * select box containg selected choices of the palette
+ * select box containing selected choices of the palette
  * 
  * @param <T>
  * @author Igor Vaynberg ( ivaynberg )