Skip to content

Commit

Permalink
Correct the spelling of 'unknown'
Browse files Browse the repository at this point in the history
  • Loading branch information
roebuk committed Feb 23, 2017
1 parent dd07962 commit 6e4a61b
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 6e4a61b

Please sign in to comment.