From b5f34c53205c1d7cca74c0e14aae8cbcbe91d755 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 10 Dec 2016 02:03:13 +0200 Subject: [PATCH] typo in comment --- include/spdlog/tweakme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h index 325fa5e6..57d46e6b 100644 --- a/include/spdlog/tweakme.h +++ b/include/spdlog/tweakme.h @@ -101,7 +101,7 @@ /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// -// Uncomment to prevent child processes from inheriting log file desciptors +// Uncomment to prevent child processes from inheriting log file descriptors // // #define SPDLOG_PREVENT_CHILD_FD ///////////////////////////////////////////////////////////////////////////////