diff --git a/src/Coordination/Changelog.cpp b/src/Coordination/Changelog.cpp index 35f0a800c61..04b3a6cf6c4 100644 --- a/src/Coordination/Changelog.cpp +++ b/src/Coordination/Changelog.cpp @@ -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"); {