mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Typo fix
This commit is contained in:
parent
b99996961d
commit
b6f8e06708
@ -598,7 +598,7 @@ std::optional<bool> StorageKeeperMap::isTableValid() const
|
|||||||
{
|
{
|
||||||
LOG_ERROR(
|
LOG_ERROR(
|
||||||
log,
|
log,
|
||||||
"Table definition does not match to the one stored in the path {}. Stored defintion: {}",
|
"Table definition does not match to the one stored in the path {}. Stored definition: {}",
|
||||||
root_path,
|
root_path,
|
||||||
stored_metadata_string);
|
stored_metadata_string);
|
||||||
table_is_valid = false;
|
table_is_valid = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user