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