MqttProtocolErrorEvent: Typo occured -> occurred

This commit is contained in:
Václav Haisman
2024-02-18 15:59:11 +01:00
committed by GitHub
parent 985ec0ded6
commit 94bb9b759e

View File

@@ -19,7 +19,7 @@ package org.springframework.integration.mqtt.event;
import org.eclipse.paho.mqttv5.common.MqttException;
/**
* The even representing an MQTT error occured during client interaction.
* The even representing an MQTT error occurred during client interaction.
*
* @author Artem Bilan
*