mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix typo
This commit is contained in:
parent
c17071caf0
commit
a2c9bec468
@ -326,7 +326,7 @@ User::User(const String & name_, const String & config_elem, const Poco::Util::A
|
||||
}
|
||||
}
|
||||
|
||||
/// Fill list of allowed databases.
|
||||
/// Fill list of allowed dictionaries.
|
||||
const auto config_dictionary_sub_elem = config_elem + ".allow_dictionaries";
|
||||
if (config.has(config_dictionary_sub_elem))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user