diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-08-05 14:10:13 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-08-05 14:10:13 +0200 |
commit | 80e6d50ae13dbfe1e4333888431eb21d3d9e926f (patch) | |
tree | b13da2036031c7811f41dd7874b80d871b93f570 /lib/spdlog/common.h | |
parent | 621f4acf1406e51eaf5d9429c46625e6f5fde98e (diff) | |
parent | b5d1a44c8a6b401ec6d23ed849ed733f192292e4 (diff) |
Merge branch 'release/debian/2.0.1-1'debian/2.0.1-1
Diffstat (limited to 'lib/spdlog/common.h')
-rw-r--r-- | lib/spdlog/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spdlog/common.h b/lib/spdlog/common.h index e02cb0b..3731c92 100644 --- a/lib/spdlog/common.h +++ b/lib/spdlog/common.h @@ -183,6 +183,6 @@ using filename_t = std::string; } \ catch (...) \ { \ - _err_handler("Unknown exeption in logger"); \ + _err_handler("Unknown exception in logger"); \ } } // namespace spdlog |