Repository: tapestry-5 Updated Branches: refs/heads/master 0a62aae22 -> 6e3e18685
fix typo Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/6e3e1868 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/6e3e1868 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/6e3e1868 Branch: refs/heads/master Commit: 6e3e18685519320200ebb990fa74d28ddabb396e Parents: 0a62aae Author: Jochen Kemnade <[email protected]> Authored: Wed Dec 30 11:04:54 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Wed Dec 30 13:01:23 2015 +0100 ---------------------------------------------------------------------- .../java/org/apache/tapestry5/corelib/components/TextField.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6e3e1868/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/TextField.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/TextField.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/TextField.java index d75a1a6..be99d52 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/TextField.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/TextField.java @@ -31,7 +31,7 @@ import org.apache.tapestry5.corelib.base.AbstractTextField; public class TextField extends AbstractTextField { /** - * Sets the type attribute of the {@code <input>} element. The default is "text", but this can be overriden + * Sets the type attribute of the {@code <input>} element. The default is "text", but this can be overridden * when using <a href="http://www.w3.org/TR/html5/the-input-element.html">HTML5</a> types such as "number". */ @Parameter(allowNull = false, value = "text", defaultPrefix = BindingConstants.LITERAL)
