diff options
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  | 
