diff --git a/lib/zigbee.js b/lib/zigbee.js index dc981de26..bf5ba3f5f 100644 --- a/lib/zigbee.js +++ b/lib/zigbee.js @@ -54,7 +54,7 @@ class Zigbee { this.shepherd.start((error) => { if (error) { - logger.info('Error while starting zigbee-shepherd, attemping to fix... (takes 60 seconds)'); + logger.info('Error while starting zigbee-shepherd, attempting to fix... (takes 60 seconds)'); this.shepherd.controller._znp.close((() => null)); setTimeout(() => {