mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
dbms: Server: Fixed comment typo. [#METR-16213]
This commit is contained in:
parent
caaf0235b9
commit
ce93036534
@ -67,7 +67,7 @@ Clusters::Clusters(const Settings & settings, const String & config_name)
|
||||
|
||||
Cluster::Cluster(const Settings & settings, const String & cluster_name)
|
||||
{
|
||||
/// Создать кластеры.
|
||||
/// Создать кластер.
|
||||
|
||||
Poco::Util::AbstractConfiguration & config = Poco::Util::Application::instance().config();
|
||||
Poco::Util::AbstractConfiguration::Keys config_keys;
|
||||
|
Loading…
Reference in New Issue
Block a user