Repository: tapestry-5 Updated Branches: refs/heads/master e2a092b6c -> e2c6f30db
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/e2c6f30d Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/e2c6f30d Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/e2c6f30d Branch: refs/heads/master Commit: e2c6f30db4e2d07af327a8e72e8ea542a06c96d1 Parents: e2a092b Author: Michael Mikhulya <[email protected]> Authored: Mon Jan 11 16:53:00 2016 +0300 Committer: Jochen Kemnade <[email protected]> Committed: Mon Jan 11 15:28:15 2016 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/tapestry5/internal/InternalConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e2c6f30d/tapestry-core/src/main/java/org/apache/tapestry5/internal/InternalConstants.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/InternalConstants.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/InternalConstants.java index a308268..32b80a6 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/internal/InternalConstants.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/InternalConstants.java @@ -202,7 +202,7 @@ public final class InternalConstants /** * Name of request parameter that suppresses the logic that injects a random-ish namespace into allocated ids when rending partial page - * responses. This, of course, requires a lot of testing to ensure that there are no resulting name classes, + * responses. This, of course, requires a lot of testing to ensure that there are no resulting name clashes, * and should not be used inside Zones containing an {@link org.apache.tapestry5.corelib.components.AjaxFormLoop}. * * @since 5.4
