Fix typo in the MqttMessageSentEvent Javadoc

This commit is contained in:
StandCN
2021-11-05 21:45:45 +08:00
committed by GitHub
parent d86647807e
commit e80a42d394

View File

@@ -19,7 +19,7 @@ package org.springframework.integration.mqtt.event;
import org.springframework.messaging.Message;
/**
* An event emitted (when using aysnc) when the client indicates that a message
* An event emitted (when using async) when the client indicates that a message
* has been sent.
*
* @author Gary Russell