Skip to content

Commit 3d3472c

Browse files
committed
Fix typo: exeqution -> execution.
1 parent 5dbd97b commit 3d3472c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integration/mqtt/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ func (b *Backend) handleGatewayCommandExecRequest(c paho.Client, msg paho.Messag
334334

335335
var gatewayCommandExecRequest gw.GatewayCommandExecRequest
336336
if err := b.unmarshal(msg.Payload(), &gatewayCommandExecRequest); err != nil {
337-
log.WithError(err).Error("integration/mqtt: unmarshal gateway command exeqution request error")
337+
log.WithError(err).Error("integration/mqtt: unmarshal gateway command execution request error")
338338
return
339339
}
340340

0 commit comments

Comments
 (0)