From 875fcfb09d27833fab8c3d82c7f6f7757fe99ef1 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 14 Aug 2023 19:01:56 -0500 Subject: [PATCH] firehose: nown --> known --- src/firehose.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firehose.ts b/src/firehose.ts index 5e8610e1..6c605326 100644 --- a/src/firehose.ts +++ b/src/firehose.ts @@ -52,7 +52,7 @@ function trackHashtags(event: SignedEvent): void { } } -/** Tracks nown relays in the database. */ +/** Tracks known relays in the database. */ function trackRelays(event: SignedEvent) { const relays = new Set<`wss://${string}`>();