diff --git a/raft/raft.hh b/raft/raft.hh index 5d695e7a98..3881ff8436 100644 --- a/raft/raft.hh +++ b/raft/raft.hh @@ -225,7 +225,7 @@ struct dropped_entry : public error { }; struct commit_status_unknown : public error { - commit_status_unknown() : error("Commit staus of the entry is unknown") {} + commit_status_unknown() : error("Commit status of the entry is unknown") {} }; struct stopped_error : public error {