You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ml...@apache.org on 2013/08/05 10:27:26 UTC

git commit: fix typo

Updated Branches:
  refs/heads/master c13ed0602 -> a766ff400


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

Branch: refs/heads/master
Commit: a766ff40080fea0685e56b9c42a9341c0bc83b78
Parents: c13ed06
Author: Massimo Lusetti <ml...@apache.org>
Authored: Mon Aug 5 10:26:51 2013 +0200
Committer: Massimo Lusetti <ml...@apache.org>
Committed: Mon Aug 5 10:26:51 2013 +0200

----------------------------------------------------------------------
 .../java/org/apache/tapestry5/integration/app1/pages/Index.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a766ff40/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
index 866ced7..a8a9fa2 100644
--- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
+++ b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
@@ -520,7 +520,7 @@ public class Index
 
                     new Item("FormLinkParameters", "FormLinkParameters Demo", "Form link parameters should be unescaped for a hidden field"),
 
-					new Item("UnknownAtcivationContext", "Unknown Activation Context Demo", "Page refuse to serve if called with an unknown activation context")
+					new Item("UnknownActivationContextDemo", "Unknown Activation Context Demo", "Page refuse to serve if called with an unknown activation context")
             );
 
     static