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

[9/10] git commit: Fix typo

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

Branch: refs/heads/5.4-js-rewrite
Commit: 49be35349b8c11f72189b94e20260830f086d669
Parents: 017fa84
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Aug 3 08:55:51 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Aug 3 08:55:51 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/49be3534/tapestry-core/src/main/coffeescript/META-INF/modules/core/pageinit.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/pageinit.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/pageinit.coffee
index cfd0de8..8fdd378 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/pageinit.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/pageinit.coffee
@@ -134,7 +134,7 @@ define ["_", "core/console"], (_, console) ->
       console.debug "Evaluating: #{js}"
       eval js
 
-    # Passed the JSON object response from an Ajax request, when the request is succesful.
+    # Passed the JSON object response from an Ajax request, when the request is successful.
     # This is used for any request that attaches partial-page-render data to the main JSON object
     # response.  If no such data is attached, the callback is simply invoked immediately.
     # Otherwise, Tapestry processes the partial-page-render data. This may involve loading some number