Description: Correct spelling Author: Jörg Frings-Fürst Forwarded: no Last-Update: 2018-07-09 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/lib/spdlog/common.h =================================================================== --- trunk.orig/lib/spdlog/common.h +++ trunk/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