diff --git a/tests/intl/intltest.cpp b/tests/intl/intltest.cpp index d6db0c8a56..550509ce2b 100644 --- a/tests/intl/intltest.cpp +++ b/tests/intl/intltest.cpp @@ -198,7 +198,7 @@ void IntlTestCase::DateTimeFmtFrench() #ifdef __WXOSX__ // Things are difficult to test under macOS as the format keeps changing, - // e.g. at some time between 10.10 and 10.12 a new " à " string appeared in + // e.g. at some time between 10.10 and 10.12 a new " à " string appeared in // its middle, so test it piece-wise and hope it doesn't change too much. CHECK( fmtDT.StartsWith("%A %d %B %Y") ); CHECK( fmtDT.EndsWith("%H:%M:%S") );