From 293b7da295d0061c00b0e381f2eb02b2a691103d Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 26 May 2020 17:11:44 -0600 Subject: [PATCH] typo --- libp2p/protocols/pubsub/pubsub.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p/protocols/pubsub/pubsub.nim b/libp2p/protocols/pubsub/pubsub.nim index cc52b1f97..77955d570 100644 --- a/libp2p/protocols/pubsub/pubsub.nim +++ b/libp2p/protocols/pubsub/pubsub.nim @@ -153,7 +153,7 @@ method handleConn*(p: PubSub, peer.handler = handler await peer.handle(conn) # spawn peer read loop trace "pubsub peer handler ended, cleaning up" - await p.internalClenaup(conn) + await p.internalCleanup(conn) except CatchableError as exc: trace "exception ocurred in pubsub handle", exc = exc.msg