From a6b5ef55a427fee305ae7cffb36b15c0278cd466 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Tue, 24 Oct 2017 13:34:58 +0300 Subject: [PATCH] Fix typo --- 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 1653c601..447fe19e 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -154,7 +154,7 @@ void drop_all(); /////////////////////////////////////////////////////////////////////////////// // // Trace & Debug can be switched on/off at compile time for zero cost debug statements. -// Uncomment SPDLOG_DEBUG_ON/SPDLOG_TRACE_ON in teakme.h to enable. +// Uncomment SPDLOG_DEBUG_ON/SPDLOG_TRACE_ON in tweakme.h to enable. // SPDLOG_TRACE(..) will also print current file and line. // // Example: