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

@@ -9,7 +9,7 @@ namespace spdlog {
namespace details {
// Extend log_msg with internal buffer to store its payload.
// THis is needed since log_msg holds string_views that points to stack data.
// This is needed since log_msg holds string_views that points to stack data.
class SPDLOG_API log_msg_buffer : public log_msg
{

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
{