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 ) {