mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fix typo
This commit is contained in:
parent
3c9881bee2
commit
0f07daf266
@ -331,7 +331,7 @@ int main(int argc, char* argv[])
|
||||
/// Decompress all files
|
||||
if (0 != decompressFiles(input_fd, argv, have_compressed_analoge))
|
||||
{
|
||||
printf("Error happend");
|
||||
printf("Error happened");
|
||||
if (0 != close(input_fd))
|
||||
perror(nullptr);
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user