Skip to content

Commit

Permalink
fix typo in error message (Azure#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
kartben authored Aug 4, 2020
1 parent 7a8d3f2 commit 18ee915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/samples/iot/hub/src/paho_iot_hub_pnp_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ static int send_command_response(
sizeof(commands_response_topic),
NULL)))
{
printf("Unable to get twin document publish topic\n");
printf("Unable to get method response publish topic\n");
return rc;
}

Expand Down

0 comments on commit 18ee915

Please sign in to comment.