Documentation 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/12b2c6aa Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/12b2c6aa Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/12b2c6aa Branch: refs/heads/master Commit: 12b2c6aa8e27d6cf66eeac14499fcb257f152b1e Parents: 4f70b71 Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Jan 14 09:03:10 2013 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Mon Jan 14 09:03:53 2013 -0800 ---------------------------------------------------------------------- .../apache/tapestry5/services/TapestryModule.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/12b2c6aa/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java b/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java index 9991752..fa11481 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java @@ -2458,7 +2458,7 @@ public final class TapestryModule * <dt>OperationTracker</dt> * <dd>Omits stack frames related to {@link OperationTracker}</dd> * <dt>Access</dt> - * <dd>Omits tack frames used to provide with access to container class private members</dd> + * <dd>Omits stack frames used to provide access to container class private members</dd> * </dl> * * @since 5.1.0.0
