From a39f4373066b7b4f3e62a6f5100d06f6457e9120 Mon Sep 17 00:00:00 2001 From: Antonio Andelic Date: Mon, 9 Jan 2023 13:34:48 +0100 Subject: [PATCH] Typo fix --- src/Coordination/Changelog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); {