From 6382367ec02af61eba68ca8d97cbb08ba7c424c7 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:30:34 +0100 Subject: [PATCH] typo --- src/Simplex/Messaging/Client.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex/Messaging/Client.hs b/src/Simplex/Messaging/Client.hs index 854826288..0197b6751 100644 --- a/src/Simplex/Messaging/Client.hs +++ b/src/Simplex/Messaging/Client.hs @@ -105,7 +105,7 @@ data SMPClientConfig = SMPClientConfig tcpKeepAlive :: Maybe KeepAliveOpts, -- | period for SMP ping commands (microseconds) smpPing :: Int, - -- | timpeout for SMP pings (microseconds) + -- | timeout for SMP pings (microseconds) smpPingTimeout :: Int, -- | failed pings count smpPingFailLimit :: Int