Fix typos.

This commit is contained in:
Bruce Mitchener
2020-05-01 08:54:16 +07:00
parent 3ac9540351
commit 559984b2fe
5 changed files with 5 additions and 5 deletions

View File

@@ -412,7 +412,7 @@ SPDLOG_INLINE bool is_color_terminal() SPDLOG_NOEXCEPT
#endif
}
// Detrmine if the terminal attached
// Determine if the terminal attached
// Source: https://github.com/agauniyal/rang/
SPDLOG_INLINE bool in_terminal(FILE *file) SPDLOG_NOEXCEPT
{