Skip to content

Commit 4b91d2f

Browse files
authored
Merge pull request #126482 from changeworld/patch-34
Fix typo
2 parents b7af0a2 + b73ec86 commit 4b91d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/iot-central-connect-device-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ int main(void)
109109
// for extended periods of time when using DPS.
110110
else if ((deviceClient = CreateAndConfigureDeviceClientHandleForPnP()) == NULL)
111111
{
112-
LogError("Failure creating Iot Hub device client");
112+
LogError("Failure creating IoT Hub device client");
113113
PnP_ThermostatComponent_Destroy(g_thermostatHandle1);
114114
PnP_ThermostatComponent_Destroy(g_thermostatHandle2);
115115
}

0 commit comments

Comments
 (0)