This commit is contained in:
Antonio Andelic 2023-01-09 13:34:48 +01:00 committed by GitHub
parent 27b2bae640
commit a39f437306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -613,7 +613,7 @@ void Changelog::appendEntry(uint64_t index, const LogEntryPtr & log_entry)
void Changelog::writeAt(uint64_t index, const LogEntryPtr & log_entry)
{
if (!initialized)
throw Exception(ErrorCodes::LOGICAL_ERROR, "Changelog must be initialized before writting records");
throw Exception(ErrorCodes::LOGICAL_ERROR, "Changelog must be initialized before writing records");
{