diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemWriter.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemWriter.java index 5b19c2fc2..94cb94737 100644 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemWriter.java +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ItemWriter.java @@ -18,7 +18,7 @@ package org.springframework.batch.item; /** * Basic interface for generic output operations. Class implementing this - * interface will be responsible for serializing objects ias necessary. + * interface will be responsible for serializing objects as necessary. * Generally, it is responsibility of implementing class to decide which * technology to use for mapping and how it should be configured. *