From 862f6bf9516c2610b0fc28c4d22b1ed1269d517e Mon Sep 17 00:00:00 2001 From: Kody Stribrny <89810515+kstribrnAmzn@users.noreply.github.com> Date: Wed, 4 Mar 2026 08:35:22 -0800 Subject: [PATCH] Fix spelling error (#1396) --- .../Device_Shadow_Demo/DemoTasks/ShadowDemoMainExample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/DemoTasks/ShadowDemoMainExample.c b/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/DemoTasks/ShadowDemoMainExample.c index a611d3f175..f8c1523377 100644 --- a/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/DemoTasks/ShadowDemoMainExample.c +++ b/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/DemoTasks/ShadowDemoMainExample.c @@ -791,7 +791,7 @@ static void prvEventCallback( MQTTContext_t * pxMqttContext, * * The helper functions this demo uses for MQTT operations have internal * loops to process incoming messages. Those are not the focus of this demo - * and therefor, are placed in a separate file shadow_demo_helpers.c. + * and therefore, are placed in a separate file shadow_demo_helpers.c. */ void prvShadowDemoTask( void * pvParameters ) {