mirror of https://github.com/grpc/grpc-node.git
Fixed typo
This commit is contained in:
parent
843510793d
commit
d71afbc48b
|
@ -65,7 +65,7 @@ void CompletionQueueAsyncWorker::Execute() {
|
||||||
result =
|
result =
|
||||||
grpc_completion_queue_next(queue, gpr_inf_future(GPR_CLOCK_REALTIME));
|
grpc_completion_queue_next(queue, gpr_inf_future(GPR_CLOCK_REALTIME));
|
||||||
if (!result.success) {
|
if (!result.success) {
|
||||||
SetErrorMessage("The asnyc function encountered an error");
|
SetErrorMessage("The async function encountered an error");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue