From 1287a596f983b073fe8ec4e84312d8900fb60a15 Mon Sep 17 00:00:00 2001 From: Andreas Brett Date: Fri, 22 Feb 2019 10:54:10 +0100 Subject: [PATCH] fix typo (#1142) --- lib/zigbee.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {