mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge pull request #7439 from volfco/master
Fixed spelling error in error message
This commit is contained in:
commit
5c73a75843
@ -3043,7 +3043,7 @@ DiskSpace::ReservationPtr MergeTreeData::reserveSpace(UInt64 expected_size)
|
|||||||
if (reservation)
|
if (reservation)
|
||||||
return reservation;
|
return reservation;
|
||||||
|
|
||||||
throw Exception("Cannot reserve " + formatReadableSizeWithBinarySuffix(expected_size) + ", not enought space.",
|
throw Exception("Cannot reserve " + formatReadableSizeWithBinarySuffix(expected_size) + ", not enough space.",
|
||||||
ErrorCodes::NOT_ENOUGH_SPACE);
|
ErrorCodes::NOT_ENOUGH_SPACE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user