Skip to content

Commit

Permalink
Merge pull request #17 from dekoding/patch-1
Browse files Browse the repository at this point in the history
Correct two typos
  • Loading branch information
scravy committed Jun 23, 2018
2 parents 358fd59 + 96fe7a2 commit 4d10ca6
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 4d10ca6

Please sign in to comment.