Skip to content

Commit f0b060a

Browse files
committed
Fixed typo
1 parent 9cd16e8 commit f0b060a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/workload_service/actors/scheme_actors.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ class TDatabaseFetcherActor : public TSchemeActorBase<TDatabaseFetcherActor> {
484484
return;
485485
case EStatus::Ok:
486486
if (!IsSubDomainPath(result)) {
487-
Reply(Ydb::StatusIds::UNSUPPORTED, TStringBuilder() << "Invalid database path " << Database << ", please check path correctness");
487+
Reply(Ydb::StatusIds::UNSUPPORTED, TStringBuilder() << "Invalid database path " << Database << ", please check the correctness of the path");
488488
return;
489489
}
490490
if (result.DomainInfo) {

0 commit comments

Comments
 (0)