Skip to content

Commit

Permalink
Minor typo fix (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpcarroll authored Sep 9, 2022
1 parent 94e9e14 commit 0c30208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core_mqtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2506,7 +2506,7 @@ MQTTStatus_t MQTT_InitStatefulQoS( MQTTContext_t * pContext,
}
else if( pContext->appCallback == NULL )
{
LogError( ( "MQTT_InitStatefulQoS must be called only after MQTT_InIt has"
LogError( ( "MQTT_InitStatefulQoS must be called only after MQTT_Init has"
" been called succesfully.\n" ) );
status = MQTTBadParameter;
}
Expand Down

0 comments on commit 0c30208

Please sign in to comment.