From cb02b344a389c89843a2dc6bf91d6b1a574cd8d6 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 19 Aug 2017 15:49:16 +0300 Subject: [PATCH] Fix issue #510 (spelling) --- include/spdlog/spdlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index 5da20621..1b2a1dcd 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -69,7 +69,7 @@ void set_sync_mode(); // // Create and register multi/single threaded basic file logger. -// Basic logger simply writes to given file without any limitatons or rotations. +// Basic logger simply writes to given file without any limitations or rotations. // std::shared_ptr basic_logger_mt(const std::string& logger_name, const filename_t& filename, bool truncate = false); std::shared_ptr basic_logger_st(const std::string& logger_name, const filename_t& filename, bool truncate = false);