diff --git a/include/spdlog/sinks/base_sink.h b/include/spdlog/sinks/base_sink.h index 615bb6f0..7f1a31db 100644 --- a/include/spdlog/sinks/base_sink.h +++ b/include/spdlog/sinks/base_sink.h @@ -7,7 +7,7 @@ // // base sink templated over a mutex (either dummy or realy) // concrete implementation should only overrid the _sink_it method. -// all locking is taken care of here so no locking needed by the implementors.. +// all locking is taken care of here so no locking needed by the implementers.. // #include