Commit cee155c1 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

typo in comment

parent 36ba06a7
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// //
// base sink templated over a mutex (either dummy or realy) // base sink templated over a mutex (either dummy or realy)
// concrete implementation should only overrid the _sink_it method. // 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> #include <spdlog/sinks/sink.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment