mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
fix typos in base_sink.h
This commit is contained in:
parent
15af514951
commit
6670d3b925
@ -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..
|
||||
//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user