From 18cf40829b73f0cf2b68019bcebeca948a63d26e Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Sat, 8 Nov 2008 15:24:30 +0000 Subject: [PATCH] fix spelling git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@386 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/java/com/healthmarketscience/jackcess/ErrorHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5