diff --git a/org.springframework.integration.adapter/src/main/java/org/springframework/integration/adapter/file/FileSource.java b/org.springframework.integration.adapter/src/main/java/org/springframework/integration/adapter/file/FileSource.java index 2855f97281..d7dfdd9baa 100644 --- a/org.springframework.integration.adapter/src/main/java/org/springframework/integration/adapter/file/FileSource.java +++ b/org.springframework.integration.adapter/src/main/java/org/springframework/integration/adapter/file/FileSource.java @@ -127,7 +127,7 @@ public class FileSource implements Source, InitializingBean, MessageDeli public void onFailure(MessagingException exception) { if (this.logger.isWarnEnabled()) { - logger.warn("FileSource received failure notifcation", exception); + logger.warn("FileSource received failure notification", exception); } } diff --git a/org.springframework.integration.adapter/src/main/java/org/springframework/integration/adapter/ftp/FtpSource.java b/org.springframework.integration.adapter/src/main/java/org/springframework/integration/adapter/ftp/FtpSource.java index bb3e9e1c7a..26a29f0cb8 100644 --- a/org.springframework.integration.adapter/src/main/java/org/springframework/integration/adapter/ftp/FtpSource.java +++ b/org.springframework.integration.adapter/src/main/java/org/springframework/integration/adapter/ftp/FtpSource.java @@ -192,7 +192,7 @@ public class FtpSource implements Source, MessageDeliveryAware { public void onFailure(MessagingException exception) { if (this.logger.isWarnEnabled()) { - logger.warn("FtpSource received failure notifcation", exception); + logger.warn("FtpSource received failure notification", exception); } }