From abc9111b20bd9fa67f3d8c3ac0fcdfccf9b8093b Mon Sep 17 00:00:00 2001 From: dsyer Date: Fri, 23 May 2008 08:01:19 +0000 Subject: [PATCH] Javadocs spelling error --- .../batch/support/SubclassExceptionClassifier.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/SubclassExceptionClassifier.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/SubclassExceptionClassifier.java index 9b058de69..0a4787987 100644 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/SubclassExceptionClassifier.java +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/SubclassExceptionClassifier.java @@ -36,7 +36,7 @@ public class SubclassExceptionClassifier extends ExceptionClassifierSupport { /** * Map of Throwable class types to keys for the classifier. Any subclass of * the type provided will be classified as of the type given by the - * correspinding map entry value. + * corresponding map entry value. * * @param typeMap the typeMap to set */