Skip to content

Commit 5f1f759

Browse files
committed
fix: typo
1 parent 34bbe3c commit 5f1f759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SinricPro.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ void SinricProClass::handleResponse(JsonDocument& responseMessage) {
328328
}
329329

330330
void SinricProClass::handleModuleRequest(JsonDocument& requestMessage, interface_t Interface) {
331-
DEBUG_SINRIC("[SinricPro.handleModuleScopeRequest()]: handling module sope request\r\n");
331+
DEBUG_SINRIC("[SinricPro.handleModuleScopeRequest()]: handling module scope request\r\n");
332332
#ifndef NODEBUG_SINRIC
333333
serializeJsonPretty(requestMessage, DEBUG_ESP_PORT);
334334
#endif

0 commit comments

Comments
 (0)