Skip to content

Commit

Permalink
examples/lte_mqtt: Fix typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
SPRESENSE committed Mar 9, 2022
1 parent a45a3c3 commit d562fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lte_mqtt/lte_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static void app_lte_setlocaltime(FAR lte_localtime_t *localtime)
ret = settimeofday(&current_time, NULL);
if (ret < 0)
{
printf("settimeofday falied: %d\n", errno);
printf("settimeofday failed: %d\n", errno);
return;
}

Expand Down

0 comments on commit d562fe1

Please sign in to comment.