From 6670d3b925a75363d3bac5dad20b6b064f4e4a57 Mon Sep 17 00:00:00 2001 From: odeits Date: Thu, 6 Apr 2017 20:16:49 -0400 Subject: [PATCH] fix typos in base_sink.h --- include/spdlog/sinks/base_sink.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/spdlog/sinks/base_sink.h b/include/spdlog/sinks/base_sink.h index 7f1a31db..0a539f32 100644 --- a/include/spdlog/sinks/base_sink.h +++ b/include/spdlog/sinks/base_sink.h @@ -5,8 +5,8 @@ #pragma once // -// base sink templated over a mutex (either dummy or realy) -// concrete implementation should only overrid the _sink_it method. +// base sink templated over a mutex (either dummy or real) +// concrete implementation should only override the _sink_it method. // all locking is taken care of here so no locking needed by the implementers.. //