diff --git a/lib/framework/MqttSettingsService.h b/lib/framework/MqttSettingsService.h index e6a03573b..91b3cb543 100644 --- a/lib/framework/MqttSettingsService.h +++ b/lib/framework/MqttSettingsService.h @@ -122,7 +122,7 @@ class MqttSettingsService : public StatefulService { FSPersistence _fsPersistence; // Pointers to hold retained copies of the mqtt client connection strings. - // This is required as AsyncMqttClient holds refrences to the supplied connection strings. + // This is required as AsyncMqttClient holds references to the supplied connection strings. char* _retainedHost; char* _retainedClientId; char* _retainedUsername;