Skip to content

Commit 7caaadf

Browse files
committed
fix typo
1 parent a41e906 commit 7caaadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/schemeshard_build_index__progress.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ struct TSchemeShard::TIndexBuilder::TTxProgress: public TSchemeShard::TIndexBuil
13241324
auto path = GetBuildPath(Self, buildInfo, buildInfo.KMeans.ReadFrom());
13251325
table = Self->Tables.at(path->PathId);
13261326

1327-
if (!path.IsLocked()) { // lock is needed to prevent table shards from beeing split
1327+
if (!path.IsLocked()) { // lock is needed to prevent table shards from being split
13281328
ChangeState(buildInfo.Id, TIndexBuildInfo::EState::LockBuild);
13291329
Progress(buildInfo.Id);
13301330
return false;

0 commit comments

Comments
 (0)