Skip to content

Commit

Permalink
Merge pull request aws#2019 from mingyue86010/dev-ming
Browse files Browse the repository at this point in the history
Fix Typos.
  • Loading branch information
mingyue86010 authored May 18, 2020
2 parents 7227e77 + 32b9157 commit e3ef57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/demo_runner/iot_demo_freertos.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ static int _initialize( demoContext_t * pContext )
{
if( AwsIotNetworkManager_EnableNetwork( configENABLED_NETWORKS ) != configENABLED_NETWORKS )
{
IotLogError( "Failed to intialize all the networks configured for the device." );
IotLogError( "Failed to initialize all the networks configured for the device." );
status = EXIT_FAILURE;
}
}
Expand All @@ -267,7 +267,7 @@ static int _initialize( demoContext_t * pContext )

if( demoConnectedNetwork == AWSIOT_NETWORK_TYPE_NONE )
{
/* Network not yet initialized. Block for a network to be intialized. */
/* Network not yet initialized. Block for a network to be initialized. */
IotLogInfo( "No networks connected for the demo. Waiting for a network connection. " );
demoConnectedNetwork = _waitForDemoNetworkConnection( pContext );
}
Expand Down

0 comments on commit e3ef57f

Please sign in to comment.