diff options
author | chertus <azuikov@ydb.tech> | 2022-12-26 12:23:48 +0300 |
---|---|---|
committer | chertus <azuikov@ydb.tech> | 2022-12-26 12:23:48 +0300 |
commit | 5897bc008c208676c8fc671308eceffd4be21c0c (patch) | |
tree | 5fabf5d2ef1d0762e02cd94a607b42122b2de8e8 | |
parent | 5d952244b8fbb45dddd2c14aadac6b6d5c187ead (diff) | |
download | ydb-5897bc008c208676c8fc671308eceffd4be21c0c.tar.gz |
fix typo in "console__configure.cpp"
-rw-r--r-- | ydb/core/cms/console/console__configure.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/cms/console/console__configure.cpp b/ydb/core/cms/console/console__configure.cpp index bf2fc0e491c..0c720d28427 100644 --- a/ydb/core/cms/console/console__configure.cpp +++ b/ydb/core/cms/console/console__configure.cpp @@ -60,7 +60,7 @@ public: if (field->number() != static_cast<int>(kind)) { Error(Ydb::StatusIds::BAD_REQUEST, TStringBuilder() << "wrong config item: field '" << field->name() - << "' shouldn't be set for confg item " + << "' shouldn't be set for config item " << TConfigItem::KindName(kind) << " (" << kind << ")", ctx); return false; |