fix a typo 'schudule => schedule' in binder transport (#31851)

pull/31891/head
tsunche 2 years ago committed by GitHub
parent 5bc76e61a7
commit ba8d4bbce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/transport/binder/transport/binder_transport.cc

@ -564,7 +564,7 @@ static void perform_stream_op_locked(void* stream_op,
if (op->on_complete != nullptr) {
grpc_core::ExecCtx::Run(DEBUG_LOCATION, op->on_complete,
absl_status_to_grpc_error(status));
gpr_log(GPR_INFO, "on_complete closure schuduled");
gpr_log(GPR_INFO, "on_complete closure scheduled");
}
GRPC_BINDER_STREAM_UNREF(gbs, "perform_stream_op");
}

Loading…
Cancel
Save