From 6e4a61bf8650fbe830dc7f3cb66868d101a45c2f Mon Sep 17 00:00:00 2001 From: Kristian Roebuck Date: Thu, 23 Feb 2017 15:43:19 +0000 Subject: [PATCH] Correct the spelling of 'unknown' --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f3225f8..c73930e 100644 --- a/index.js +++ b/index.js @@ -69,7 +69,7 @@ switch (os.platform()) { break; default: - console.warn("node-macaddress: Unkown os.platform(), defaulting to `unix'."); + console.warn("node-macaddress: Unknown os.platform(), defaulting to 'unix'."); _getMacAddress = require('./lib/unix.js'); break;