pull/2696/head
murgatroid99 9 years ago
parent 8be611f701
commit 937ac9b023
  1. 2
      src/node/ext/completion_queue_async_worker.cc

@ -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…
Cancel
Save