Skip to content

Commit 5244b5d

Browse files
authored
misspells have been fixed (#11242)
1 parent 3ea526b commit 5244b5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ydb/library/yql/dq/actors/compute/dq_async_compute_actor.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ class TDqAsyncComputeActor : public TDqComputeActorBase<TDqAsyncComputeActor, TC
193193
html << "QuoterServiceActorId: " << QuoterServiceActorId.ToString() << "<br />";
194194
if (ContinueRunEvent) {
195195
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->AskFreeSpace << "<br />";
196-
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->CheckpointOnly << "<br />";
197-
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->CheckpointRequest.Defined() << "<br />";
198-
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->WatermarkRequest.Defined() << "<br />";
199-
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->CheckpointOnly << "<br />";
200-
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->MemLimit << "<br />";
196+
html << "ContinueRunEvent.CheckpointOnly: " << ContinueRunEvent->CheckpointOnly << "<br />";
197+
html << "ContinueRunEvent.CheckpointRequest: " << ContinueRunEvent->CheckpointRequest.Defined() << "<br />";
198+
html << "ContinueRunEvent.WatermarkRequest: " << ContinueRunEvent->WatermarkRequest.Defined() << "<br />";
199+
html << "ContinueRunEvent.CheckpointOnly: " << ContinueRunEvent->CheckpointOnly << "<br />";
200+
html << "ContinueRunEvent.MemLimit: " << ContinueRunEvent->MemLimit << "<br />";
201201
for (const auto& sinkId: ContinueRunEvent->SinkIds) {
202202
html << "ContinueRunEvent.SinkIds: " << sinkId << "<br />";
203203
}

0 commit comments

Comments
 (0)