From c00149f5e2928eb1b659909e523c4eccde4106a2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 17 Jun 2024 06:58:33 -0700 Subject: [PATCH] Fix a typo --- include/fmt/std.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/std.h b/include/fmt/std.h index 6114e70cc0f1..696662ae61cb 100644 --- a/include/fmt/std.h +++ b/include/fmt/std.h @@ -24,7 +24,7 @@ # include # include -// CHeck FMT_CPLUSPLUS to suppress a bogus warning in MSVC. +// Check FMT_CPLUSPLUS to suppress a bogus warning in MSVC. # if FMT_CPLUSPLUS >= 201703L # if FMT_HAS_INCLUDE() # include