Skip to content

Commit

Permalink
Correct two typos
Browse files Browse the repository at this point in the history
Every time I run a build on an operating system this library doesn't recognize, I see these two typos.
  • Loading branch information
Damon Kaswell committed Jan 15, 2018
1 parent dd07962 commit 96fe7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -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;

Expand Down

0 comments on commit 96fe7a2

Please sign in to comment.