From 1b46274cb576ae6760a7658a3817495539dafdd4 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 8 Jul 2020 19:15:30 +0200 Subject: [PATCH] typo --- lib/framework/MqttSettingsService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;