fixed minor typos

This commit is contained in:
SrTobi
2015-11-23 01:00:38 +01:00
parent 4ae716eee7
commit 6775aa83ad
+1 -2
View File
@@ -3,7 +3,6 @@
// Definitions by: Tobias Kahlert <https://github.com/SrTobi>
// Definitions: https://github.com/SrTobi/DefinitelyTyped
/// <reference path="../node/node.d.ts"/>
/// <reference path="../node/node.d.ts"/>
declare module wol {
@@ -70,5 +69,5 @@ declare module wol {
declare module 'wake_on_lan' {
var wol: wol.Wol;
export = wol;
export = wol;
}