mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 22:13:29 +00:00
Fix spelling error (#6349)
This commit is contained in:
committed by
Andreas Rumpf
parent
d1f6ddfd64
commit
034e6a3468
@@ -365,7 +365,7 @@ proc replEpc(x: ThreadParams) {.thread.} =
|
||||
of "epc-error":
|
||||
# an unhandled exception forces down the whole process anyway, so we
|
||||
# use 'quit' here instead of 'raise'
|
||||
quit("recieved epc error: " & $messageBuffer)
|
||||
quit("received epc error: " & $messageBuffer)
|
||||
else:
|
||||
let errMessage = case epcApi
|
||||
of "return", "return-error":
|
||||
|
||||
Reference in New Issue
Block a user