diff --git a/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h b/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h index 5acb42d2a7dc..0ed2647bf34e 100644 --- a/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h +++ b/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h @@ -66,7 +66,7 @@ class DataLakeConfiguration : public BaseStorageConfiguration, public std::enabl { throw Exception( ErrorCodes::FORMAT_VERSION_TOO_OLD, - "Metadata is not consinsent with the one which was used to infer table schema. Please, retry the query."); + "Metadata is not consistent with the one which was used to infer table schema. Please, retry the query."); } } }