You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2006/09/18 05:08:04 UTC

svn commit: r447209 - /tapestry/tapestry5/tapestry-core/trunk/src/site/apt/guide/inject.apt

Author: andyhot
Date: Sun Sep 17 20:08:04 2006
New Revision: 447209

URL: http://svn.apache.org/viewvc?view=rev&rev=447209
Log:
Typos

Modified:
    tapestry/tapestry5/tapestry-core/trunk/src/site/apt/guide/inject.apt

Modified: tapestry/tapestry5/tapestry-core/trunk/src/site/apt/guide/inject.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/src/site/apt/guide/inject.apt?view=diff&rev=447209&r1=447208&r2=447209
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/src/site/apt/guide/inject.apt (original)
+++ tapestry/tapestry5/tapestry-core/trunk/src/site/apt/guide/inject.apt Sun Sep 17 20:08:04 2006
@@ -45,7 +45,7 @@
 private WebRequest _request;
 +----+
 
-  Here, a component requires access to the current WebRequest object, which is defined in tapstry.Infrastructure using the key "request".
+  Here, a component requires access to the current WebRequest object, which is defined in tapestry.Infrastructure using the key "request".
   
 * Annonymous Injection
 
@@ -61,7 +61,7 @@
 private ComponentResources _resources;
 +----+
 
-  Tapestry uses the type of the field, CompentResources, to determine what to inject into this field.
+  Tapestry uses the type of the field, ComponentResources, to determine what to inject into this field.
 
   <<TODO: Don't like the name "Annonymous" either.>>