From d0f90b5be77b872d96fc8989f7b0dd05b0a1b56c Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Tue, 23 Jun 2020 15:12:31 -0600 Subject: [PATCH] Spelling fixes --- include/fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 4d91a38a..646aa2f7 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -139,7 +139,7 @@ FMT_END_NAMESPACE #endif #ifndef FMT_USE_UDL_TEMPLATE -// EDG frontend based compilers (icc, nvcc, etc) and GCC < 6.4 do not propertly +// EDG frontend based compilers (icc, nvcc, etc) and GCC < 6.4 do not properly // support UDL templates and GCC >= 9 warns about them. # if FMT_USE_USER_DEFINED_LITERALS && \ (!defined(__EDG_VERSION__) || __EDG_VERSION__ >= 501) && \