From 5458cfb9110ed73d9d4cd4e88e39804cf13721d4 Mon Sep 17 00:00:00 2001 From: Joel Alejandro Villarreal Bertoldi Date: Tue, 24 Sep 2019 15:16:57 -0300 Subject: [PATCH] fixed typo in bittorrent-protocol types (#38469) --- types/bittorrent-protocol/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/bittorrent-protocol/index.d.ts b/types/bittorrent-protocol/index.d.ts index 778eee25e1..b5be9674e7 100644 --- a/types/bittorrent-protocol/index.d.ts +++ b/types/bittorrent-protocol/index.d.ts @@ -48,7 +48,7 @@ declare namespace BittorrentProtocol { setKeepAlive(enable: boolean): void; - setTimeot(ms: number, unref?: boolean): void; + setTimeout(ms: number, unref?: boolean): void; destroy(): void;