summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-11-08 15:24:30 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-11-08 15:24:30 +0000
commit18cf40829b73f0cf2b68019bcebeca948a63d26e (patch)
tree6077290417f4319c00e2614c74ae3c8d15840766
parente6ecfecaaba6017f518309712883d95230866df5 (diff)
downloadjackcess-18cf40829b73f0cf2b68019bcebeca948a63d26e.tar.gz
jackcess-18cf40829b73f0cf2b68019bcebeca948a63d26e.zip
fix spelling
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@386 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--src/java/com/healthmarketscience/jackcess/ErrorHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/com/healthmarketscience/jackcess/ErrorHandler.java b/src/java/com/healthmarketscience/jackcess/ErrorHandler.java
index d68c856..25c4d9d 100644
--- a/src/java/com/healthmarketscience/jackcess/ErrorHandler.java
+++ b/src/java/com/healthmarketscience/jackcess/ErrorHandler.java
@@ -49,7 +49,7 @@ public interface ErrorHandler
*
* @param column the info for the column being read
* @param columnData the actual column data for the column being read (which
- * may be {@code null} dependening on when the exception
+ * may be {@code null} depending on when the exception
* was thrown during the reading process)
* @param rowState the current row state for the caller
* @param error the error that was encountered