Author: kmenard
Date: Fri Sep 19 12:23:15 2008
New Revision: 697196
URL: http://svn.apache.org/viewvc?rev=697196&view=rev
Log:
Except after "c."
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/BindingSource.java
tapestry/tapestry5/trunk/tapestry-ioc/src/site/apt/decorator.apt
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/BindingSource.java
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/BindingSource.java?rev=697196&r1=697195&r2=697196&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/BindingSource.java
(original)
+++
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/BindingSource.java
Fri Sep 19 12:23:15 2008
@@ -29,7 +29,7 @@
{
/**
* Examines the expression and strips off the leading prefix. The prefix
is used to choose the appropriate [EMAIL PROTECTED]
- * BindingFactory}, which recieves the description, the expression (after
the prefix), and the location. If the
+ * BindingFactory}, which receives the description, the expression (after
the prefix), and the location. If the
* prefix doesn't exist, or if there's no prefix, then the factory for the
default prefix (often "literal") is used
* (and passed the full prefix).
* <p/>
Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/site/apt/decorator.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/src/site/apt/decorator.apt?rev=697196&r1=697195&r2=697196&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/src/site/apt/decorator.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/src/site/apt/decorator.apt Fri Sep 19
12:23:15 2008
@@ -94,7 +94,7 @@
becomes <<<Object delegate>>>).
- In the above example, the decorator method recieves the core service
implementation,
+ In the above example, the decorator method receives the core service
implementation,
the service interface for the Indexer service, the Log for the Indexer
service,
and an interceptor factory that generates logging interceptors.
@@ -233,7 +233,7 @@
Each method of the interceptor will take <advice>. Advice
is provided by a
{{{../apidocs/org/apache/tapestry5/ioc/MethodAdvice.html}MethodAdvice}}
instance.
- The sole method, <<<advise()>>>, recieves an
+ The sole method, <<<advise()>>>, receives an
{{{../apidocs/org/apache/tapestry5/ioc/Invocation.html}Invocation}}.
MethodAdvice gives you a chance to see what the method invocation <is>; you
can query
the name of the method, and the types and values of the parameters.