From d4f09e2a31ac6179d3266e651f0748e84f0c2de6 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 15 Dec 2022 10:37:28 -0500 Subject: [PATCH] Fix typo --- docs/WHATSNEW | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index e82f9ca8..12fcb10e 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -17,7 +17,8 @@ CHANGES TO REMIND - MINOR FIX: Remove unnecessary %"...%" markers in holidays/us.rem -- MINOR FIX: Don't use the -ffat-lto-objects if we're compiling with Clang. +- MINOR FIX: Don't use the -ffat-lto-objects command-line option if we're + compiling with Clang. - MINOR FIX: Remind: Fix a broken printf-format string (need to double up on % to get a literal % in the output.)