Author: andyhot
Date: Mon Jul 21 02:23:13 2008
New Revision: 678372
URL: http://svn.apache.org/viewvc?rev=678372&view=rev
Log:
typos
Modified:
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/java/services/AppModule.java
Modified:
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/java/services/AppModule.java
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/java/services/AppModule.java?rev=678372&r1=678371&r2=678372&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/java/services/AppModule.java
(original)
+++
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/java/services/AppModule.java
Mon Jul 21 02:23:13 2008
@@ -36,7 +36,7 @@
// Contributions to ApplicationDefaults will override any
contributions to
// FactoryDefaults (with the same key). Here we're restricting the
supported
// locales to just "en" (English). As you add localised message
catalogs and other assets,
- // you can extend this list of locales (it's a comma seperated series
of locale names;
+ // you can extend this list of locales (it's a comma separated series
of locale names;
// the first locale name is the default when there's no reasonable
match).
configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en");
@@ -77,7 +77,7 @@
try
{
- // The reponsibility of a filter is to invoke the
corresponding method
+ // The responsibility of a filter is to invoke the
corresponding method
// in the handler. When you chain multiple filters
together, each filter
// received a handler that is a bridge to the next filter.