Fix spelling error (#6349)

This commit is contained in:
Federico Ceratto
2017-09-15 09:49:57 +01:00
committed by Andreas Rumpf
parent d1f6ddfd64
commit 034e6a3468

View File

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