From 5445d71ea606c3c05574f4c509e73e0a1760160c Mon Sep 17 00:00:00 2001 From: wenyang-gitee <13051180828@163.com> Date: Sat, 8 Apr 2023 12:00:35 +0000 Subject: [PATCH] update services/hilogd/log_persister.cpp. spelling mistake Signed-off-by: wenyang-gitee <13051180828@163.com> --- services/hilogd/log_persister.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/hilogd/log_persister.cpp b/services/hilogd/log_persister.cpp index e840164..51cff42 100644 --- a/services/hilogd/log_persister.cpp +++ b/services/hilogd/log_persister.cpp @@ -458,7 +458,7 @@ void LogPersister::DeregisterLogPersister(const std::shared_ptr& o return false; }); if (it == s_logPersisters.end()) { - std::cerr << " Inconsistent data - this should never happended!\n"; + std::cerr << " Inconsistent data - this should never happened!\n"; return; } s_logPersisters.erase(it); -- Gitee