From 96fe7a2aca808bc3e0be8248859cc7201c6a0cb6 Mon Sep 17 00:00:00 2001 From: Damon Kaswell Date: Mon, 15 Jan 2018 07:19:41 -0800 Subject: [PATCH] Correct two typos Every time I run a build on an operating system this library doesn't recognize, I see these two typos. --- 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;