diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-11-08 15:24:30 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-11-08 15:24:30 +0000 |
commit | 18cf40829b73f0cf2b68019bcebeca948a63d26e (patch) | |
tree | 6077290417f4319c00e2614c74ae3c8d15840766 | |
parent | e6ecfecaaba6017f518309712883d95230866df5 (diff) | |
download | jackcess-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.java | 2 |
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 |