You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by he...@apache.org on 2003/01/07 22:52:52 UTC

cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/adapter DB.java

henning     2003/01/07 13:52:52

  Modified:    src/conf build-torque.xml
               src/java/org/apache/torque/adapter DB.java
  Log:
  Typos fixed
  
  Revision  Changes    Path
  1.65      +1 -1      jakarta-turbine-torque/src/conf/build-torque.xml
  
  Index: build-torque.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build-torque.xml,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- build-torque.xml	29 Dec 2002 18:20:51 -0000	1.64
  +++ build-torque.xml	7 Jan 2003 21:52:51 -0000	1.65
  @@ -57,7 +57,7 @@
   
     <!--
       The default.properties file will map old properties to the new ones along
  -    with setting the corret defaults.
  +    with setting the correct defaults.
     -->
     <property resource="org/apache/torque/default.properties">
       <classpath>
  
  
  
  1.30      +4 -4      jakarta-turbine-torque/src/java/org/apache/torque/adapter/DB.java
  
  Index: DB.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/adapter/DB.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- DB.java	12 Dec 2002 11:28:14 -0000	1.29
  +++ DB.java	7 Jan 2003 21:52:51 -0000	1.30
  @@ -196,7 +196,7 @@
       }
   
       /**
  -     * This method is used to chek whether the database natively
  +     * This method is used to check whether the database natively
        * supports limiting the size of the resultset.
        *
        * @return True if the database natively supports limiting the
  @@ -208,7 +208,7 @@
       }
   
       /**
  -     * This method is used to chek whether the database natively
  +     * This method is used to check whether the database natively
        * supports returning results starting at an offset position other
        * than 0.
        *
  @@ -234,7 +234,7 @@
       }
   
       /**
  -     * This method is used to chek whether the database supports
  +     * This method is used to check whether the database supports
        * limiting the size of the resultset.
        *
        * @return The limit style for the database.