mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
typo
This commit is contained in:
parent
7a85a943f1
commit
a9cab86a73
@ -443,7 +443,7 @@ int main(int/* argc*/, char* argv[])
|
||||
}
|
||||
|
||||
/// if decompression was performed by another process since this copy was started
|
||||
/// then file refered by path "self" is already pointing to different inode
|
||||
/// then file referred by path "self" is already pointing to different inode
|
||||
if (input_info.st_ino != inode)
|
||||
{
|
||||
struct stat lock_info;
|
||||
|
Loading…
Reference in New Issue
Block a user