Skip to content

Commit f081b8b

Browse files
authored
Typo fix (#16141)
1 parent 7fb1600 commit f081b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/olap/store/store.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ bool TOlapStoreInfo::ParseFromRequest(const NKikimrSchemeOp::TColumnStoreDescrip
122122
}
123123

124124
if (descriptionProto.GetColumnShardCount() == 0) {
125-
errors.AddError("trying to create OLAP store without zero shards");
125+
errors.AddError("trying to create OLAP store with zero shards");
126126
return false;
127127
}
128128

0 commit comments

Comments
 (0)