Skip to content

Commit 8ce3ef4

Browse files
authored
Fix typo
1 parent 2e948cd commit 8ce3ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class DataLakeConfiguration : public BaseStorageConfiguration, public std::enabl
6666
{
6767
throw Exception(
6868
ErrorCodes::FORMAT_VERSION_TOO_OLD,
69-
"Metadata is not consinsent with the one which was used to infer table schema. Please, retry the query.");
69+
"Metadata is not consistent with the one which was used to infer table schema. Please, retry the query.");
7070
}
7171
}
7272
}

0 commit comments

Comments
 (0)