Repository: tapestry-5
Updated Branches:
  refs/heads/master cf5858fbb -> 4c8d83efe


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

Branch: refs/heads/master
Commit: d5c3bead2369aae89e170e540410127bf8f5ad83
Parents: cf5858f
Author: Howard M. Lewis Ship <hls...@apache.org>
Authored: Tue Apr 7 14:16:24 2015 -0700
Committer: Howard M. Lewis Ship <hls...@apache.org>
Committed: Tue Apr 7 14:16:24 2015 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/tapestry5/corelib/components/Errors.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/d5c3bead/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Errors.java
----------------------------------------------------------------------
diff --git 
a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Errors.java
 
b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Errors.java
index d2abbf5..2d54b76 100644
--- 
a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Errors.java
+++ 
b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Errors.java
@@ -48,7 +48,7 @@ public class Errors
 
     /**
      * If true, then only errors global to the form (unassociated with any 
specific field) are
-     * presented. By default all errors (associated with fields, or not) are 
presented; with unassoicated
+     * presented. By default all errors (associated with fields, or not) are 
presented; with unassociated
      * errors presented first.
      *
      * @since 5.4

Reply via email to