You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by th...@apache.org on 2014/12/07 03:29:21 UTC

[23/45] tapestry-5 git commit: Fix a typo

Fix a 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/4649e758
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/4649e758
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/4649e758

Branch: refs/heads/beanmodel-split
Commit: 4649e75859dd9d652a0e3fb3c440227ff11d1a77
Parents: 47bcb11
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Nov 24 14:30:04 2014 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Nov 24 14:30:04 2014 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/tapestry5/SymbolConstants.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/4649e758/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java b/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
index f4981e6..00cb3a7 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
@@ -503,7 +503,7 @@ public class SymbolConstants
     /**
      * When an asset (typically, a JavaScript module) is streamed without an explicit expiration header, then
      * this value is sent as the {@code Cache-Control} header; the default is "max-age=60, must-revalidate". Setting
-     * max-age to a value above zero signficantly reduces the number of client requests for module content, as client
+     * max-age to a value above zero significantly reduces the number of client requests for module content, as client
      * browsers will then cache previously downloaded versions. For normal assets, which are immutable, and fingerprinted with
      * a content hash, there is no need to set max age, and instead, a far-future expiration date is provided.
      *