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/11/08 20:55:55 UTC

[3/5] git commit: Typo

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

Branch: refs/heads/5.4-js-rewrite
Commit: 0e94d06fc5ac41ed3c8f0bee5ea31982a71defa9
Parents: 5132595
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Nov 8 10:36:57 2012 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Nov 8 10:36:57 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0e94d06f/tapestry-core/src/main/coffeescript/META-INF/modules/core/messages.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/messages.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/messages.coffee
index 9484178..3a93f5a 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/messages.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/messages.coffee
@@ -23,7 +23,7 @@
 # the framework, others provided by the application, or third-party libraries).
 #
 # Messages in the catalog that contain Java-style format specifiers are not included, as there
-# is not facility for formatting those on the client. This is actually done as a simple test for the
+# is no facility for formatting those on the client. This is actually done as a simple test for the
 # presence of the `%` character.  In addition, any message key that begins with "private-" is
 # assumed to contain sensitive data (such as database URLs or passwords) and will not be
 # exposed to the client.