From 911ce4a8364f70342adb200a7c0298e8c0221628 Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Sun, 29 May 2022 14:50:30 +0200 Subject: [PATCH] fix typo --- src/lib/waku.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/waku.ts b/src/lib/waku.ts index abe62816f0..9aca8a60cf 100644 --- a/src/lib/waku.ts +++ b/src/lib/waku.ts @@ -139,7 +139,7 @@ export class Waku { }); libp2p.connectionManager.on("peer:disconnect", (connection: Connection) => { - // TODO: recconnect or stop; this event will only be triggered when the last connection is closed. + // TODO: reconnect or stop; this event will only be triggered when the last connection is closed. this.stopKeepAlive(connection.remotePeer); });