mirror of
https://github.com/codex-storage/nim-libp2p.git
synced 2025-01-26 10:48:57 +00:00
Fix typo
This commit is contained in:
parent
5b6f4bf5fa
commit
3531ebf772
@ -26,7 +26,7 @@ type
|
||||
InvalidVarintException = object of LPStreamError
|
||||
|
||||
proc newInvalidVarintException*(): ref InvalidVarintException =
|
||||
newException(InvalidVarintException, "unable to prase varint")
|
||||
newException(InvalidVarintException, "unable to parse varint")
|
||||
|
||||
proc init*[T: Connection](self: var T, stream: LPStream) =
|
||||
## create a new Connection for the specified async reader/writer
|
||||
|
Loading…
x
Reference in New Issue
Block a user