From e6b0aaf94a222166f3b5b2c865e0b73bdb4c4088 Mon Sep 17 00:00:00 2001 From: gabime Date: Tue, 3 Sep 2019 11:53:28 +0300 Subject: [PATCH] typo --- include/spdlog/details/backtracer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/backtracer.h b/include/spdlog/details/backtracer.h index 9b265a7d..f8dd8428 100644 --- a/include/spdlog/details/backtracer.h +++ b/include/spdlog/details/backtracer.h @@ -42,7 +42,7 @@ public: messages_.push_back(log_msg_buffer{msg}); } - // pop all items in the q and apply the give fun on each of them. + // pop all items in the q and apply the given fun on each of them. void foreach_pop(std::function fun) { std::lock_guard lock{mutex_};