Repository: tapestry-5 Updated Branches: refs/heads/master 66eed71d2 -> 36301cc42
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/90273ab1 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/90273ab1 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/90273ab1 Branch: refs/heads/master Commit: 90273ab162e27392843b438f14bba15d64e1dd54 Parents: 66eed71 Author: Jochen Kemnade <[email protected]> Authored: Fri Sep 18 09:36:42 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Fri Sep 18 10:45:00 2015 +0200 ---------------------------------------------------------------------- .../services/javascript/JavaScriptStackPathConstructor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/90273ab1/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/javascript/JavaScriptStackPathConstructor.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/javascript/JavaScriptStackPathConstructor.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/javascript/JavaScriptStackPathConstructor.java index 359e100..6a228d7 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/javascript/JavaScriptStackPathConstructor.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/javascript/JavaScriptStackPathConstructor.java @@ -34,7 +34,7 @@ import org.apache.tapestry5.services.javascript.JavaScriptSupport; public interface JavaScriptStackPathConstructor { /** - * Given a stack, by name, return a list of URL paths for the individual libraqries in the stack. + * Given a stack, by name, return a list of URL paths for the individual libraries in the stack. * If scripts are combined, this will be a single (combined) URL. * * @param stackName
