This commit is contained in:
Giovanni Petrantoni 2020-02-06 15:24:02 +09:00 committed by Dmitriy Ryajov
parent 5b6f4bf5fa
commit 3531ebf772
1 changed files with 1 additions and 1 deletions

View File

@ -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