typo in comment

This commit is contained in:
Gabi Melman 2016-08-01 00:38:59 +03:00 committed by GitHub
parent 36ba06a75c
commit cee155c1dd
1 changed files with 1 additions and 1 deletions

View File

@ -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 <spdlog/sinks/sink.h>