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_};