You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/10/03 21:07:42 UTC

[9/10] git commit: Fix typo in documentation

Fix typo in documentation


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/4501ac8b
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/4501ac8b
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/4501ac8b

Branch: refs/heads/5.4-js-rewrite
Commit: 4501ac8bcfe63ae502f61c3eedaca15c470e151b
Parents: b120a7f
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Sep 26 11:03:04 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Sep 26 11:03:04 2012 -0700

----------------------------------------------------------------------
 .../META-INF/modules/core/forms.coffee             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/4501ac8b/tapestry-core/src/main/coffeescript/META-INF/modules/core/forms.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/forms.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/forms.coffee
index 12d830f..05fe893 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/forms.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/forms.coffee
@@ -66,7 +66,7 @@ define ["core/events", "core/spi", "core/builder", "core/compat/tapestry"],
           event.stop()
           return
 
-      # Allow certaint types of elements to do last-moment set up. Basically, this is for
+      # Allow certain types of elements to do last-moment set up. Basically, this is for
       # FormFragment, or similar, to make their t:hidden field enabled or disabled to match
       # their UI's visible/hidden status. This is assumed to work.
       this.trigger events.form.prepareForSubmit