Author: seade
Date: Sun May 27 17:26:58 2007
New Revision: 542061

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

Modified:
    
jakarta/turbine/fulcrum/trunk/pool/src/java/org/apache/fulcrum/pool/PoolService.java

Modified: 
jakarta/turbine/fulcrum/trunk/pool/src/java/org/apache/fulcrum/pool/PoolService.java
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/pool/src/java/org/apache/fulcrum/pool/PoolService.java?view=diff&rev=542061&r1=542060&r2=542061
==============================================================================
--- 
jakarta/turbine/fulcrum/trunk/pool/src/java/org/apache/fulcrum/pool/PoolService.java
 (original)
+++ 
jakarta/turbine/fulcrum/trunk/pool/src/java/org/apache/fulcrum/pool/PoolService.java
 Sun May 27 17:26:58 2007
@@ -28,7 +28,7 @@
  * requested, the service first checks its pool if one is available.
  * If the the pool is empty, a new object will be instantiated
  * from the specified class. If only class name is given, the request
- * to create an intance will be forwarded to the Factory Service.
+ * to create an instance will be forwarded to the Factory Service.
  *
  * <p>For objects implementing the Recyclable interface, a recycle
  * method will be called, when they are taken from the pool, and
@@ -51,7 +51,7 @@
 
     /**
      * Gets an instance of a specified class either from the pool
-     * or by instatiating from the class if the pool is empty.
+     * or by instantiating from the class if the pool is empty.
      *
      * @param clazz the class.
      * @return the instance.
@@ -62,7 +62,7 @@
 
     /**
      * Gets an instance of a specified class either from the pool
-     * or by instatiating from the class if the pool is empty.
+     * or by instantiating from the class if the pool is empty.
      *
      * @param clazz the class.
      * @param params an array containing the parameters of the constructor.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to