From 9a84033db583523c268bd296311a690d3b74ade7 Mon Sep 17 00:00:00 2001 From: Stas Kelvich Date: Tue, 22 Jun 2021 12:48:15 +0300 Subject: [PATCH] Fix typo in hardware failure error message --- src/Compression/CompressedReadBufferBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compression/CompressedReadBufferBase.cpp b/src/Compression/CompressedReadBufferBase.cpp index 79757d6f151..749f174677c 100644 --- a/src/Compression/CompressedReadBufferBase.cpp +++ b/src/Compression/CompressedReadBufferBase.cpp @@ -59,7 +59,7 @@ static void validateChecksum(char * data, size_t size, const Checksum expected_c "or bad RAM on host (look at dmesg or kern.log for enormous amount of EDAC errors, " "ECC-related reports, Machine Check Exceptions, mcelog; note that ECC memory can fail " "if the number of errors is huge) or bad CPU on host. If you read data from disk, " - "this can be caused by disk bit rott. This exception protects ClickHouse " + "this can be caused by disk bit rot. This exception protects ClickHouse " "from data corruption due to hardware failures."; auto flip_bit = [](char * buf, size_t pos)