You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/09/22 18:52:56 UTC

svn commit: r1000085 - /commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/BasicRowProcessor.java

Author: sebb
Date: Wed Sep 22 16:52:56 2010
New Revision: 1000085

URL: http://svn.apache.org/viewvc?rev=1000085&view=rev
Log:
Typo

Modified:
    commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/BasicRowProcessor.java

Modified: commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/BasicRowProcessor.java
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/BasicRowProcessor.java?rev=1000085&r1=1000084&r2=1000085&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/BasicRowProcessor.java (original)
+++ commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/BasicRowProcessor.java Wed Sep 22 16:52:56 2010
@@ -160,7 +160,7 @@ public class BasicRowProcessor implement
     /**
      * A Map that converts all keys to lowercase Strings for case insensitive
      * lookups.  This is needed for the toMap() implementation because 
-     * databases don't consistenly handle the casing of column names. 
+     * databases don't consistently handle the casing of column names. 
      * 
      * <p>The keys are stored as they are given [BUG #DBUTILS-34], so we maintain
      * an internal mapping from lowercase keys to the real keys in order to