Index: src/java/org/apache/torque/adapter/DB.java
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/src/java/org/apache/torque/adapter/DB.java,v
retrieving revision 1.3
diff -u -u -r1.3 DB.java
--- src/java/org/apache/torque/adapter/DB.java	2001/08/06 05:09:46	1.3
+++ src/java/org/apache/torque/adapter/DB.java	2001/08/06 23:45:21
@@ -146,7 +146,7 @@
     public Connection getConnection()
         throws SQLException
     {
-        // Workaround for buggy WebTorque.getCategory()ic 5.1 classloader - ignore the
+        // Workaround for buggy Weblogic 5.1 classloader - ignore the
         // exception upon first invocation.
         try
         {
Index: src/java/org/apache/torque/pool/DBConnection.java
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/src/java/org/apache/torque/pool/DBConnection.java,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 DBConnection.java
--- src/java/org/apache/torque/pool/DBConnection.java	2001/08/02 05:08:19	1.1.1.1
+++ src/java/org/apache/torque/pool/DBConnection.java	2001/08/06 23:45:21
@@ -254,7 +254,7 @@
 
         //If we use a PooledConnection object, then request from it a Connection
         //object. This forces the PooledConnection to create a wrapper for the
-        //physical connection it represents and return a Torque.getCategory()ical Connection object
+        //physical connection it represents and return a logical Connection object
         //that is currently in control of it.
         if ( pooledConnection != null )
         {
@@ -570,7 +570,7 @@
                 //just ignore
             }
 
-                //this will also close the Torque.getCategory()ical Connection object so a future
+                //this will also close the logical Connection object so a future
                 //call to isClosed() will return true
             try
             {
Index: src/java/org/apache/torque/util/BasePeer.java
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/src/java/org/apache/torque/util/BasePeer.java,v
retrieving revision 1.2
diff -u -u -r1.2 BasePeer.java
--- src/java/org/apache/torque/util/BasePeer.java	2001/08/02 06:37:44	1.2
+++ src/java/org/apache/torque/util/BasePeer.java	2001/08/06 23:45:22
@@ -133,7 +133,7 @@
     /** Hashtable that contains the cached mapBuilders. */
     private static Hashtable mapBuilders = new Hashtable(5);
 
-    /** Torque.getCategory()ging category tag */
+    /** logging category tag */
     private final static String CATEGORY = "sql";
 
     protected static Category category;
@@ -1917,7 +1917,7 @@
         catch(Exception e)
         {
             // Have to catch possible exceptions because method is
-            // used in initialization of Peers.  Torque.getCategory() the exception and
+            // used in initialization of Peers.  Log the exception and
             // return null.
             String message = "BasePeer.MapBuilder failed trying to instantiate: " +
                     name;

