Skip to content

Commit 96fe7a2

Browse files
author
Damon Kaswell
authored
Correct two typos
Every time I run a build on an operating system this library doesn't recognize, I see these two typos.
1 parent dd07962 commit 96fe7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ switch (os.platform()) {
6969
break;
7070

7171
default:
72-
console.warn("node-macaddress: Unkown os.platform(), defaulting to `unix'.");
72+
console.warn("node-macaddress: Unknown os.platform(), defaulting to 'unix'.");
7373
_getMacAddress = require('./lib/unix.js');
7474
break;
7575

0 commit comments

Comments
 (0)