Skip to content

Commit

Permalink
chore: Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Li Junlin <[email protected]>
  • Loading branch information
L-Xiafeng authored and RileyWen committed Dec 11, 2024
1 parent be2fc46 commit d5d0bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CraneCtld/CtldGrpcServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,9 @@ grpc::Status CraneCtldServiceImpl::CforedStream(

meta.cb_task_completed = [this, i_type, cfored_name, writer_weak_ptr](
task_id_t task_id,
bool send_comlete_ack) {
bool send_complete_ack) {
if (auto writer = writer_weak_ptr.lock();
writer && send_comlete_ack)
writer && send_complete_ack)
writer->WriteTaskCompletionAckReply(task_id);
m_ctld_server_->m_mtx_.Lock();

Expand Down

0 comments on commit d5d0bd0

Please sign in to comment.