Skip to content

Commit 4d10ca6

Browse files
authored
Merge pull request #17 from dekoding/patch-1
Correct two typos
2 parents 358fd59 + 96fe7a2 commit 4d10ca6

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)