From c82e13068aeb101adc2d928d9f795f299a6a4d76 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 17 Mar 2021 10:30:34 -0700 Subject: [PATCH] Fix comment typo --- tests/datetime/datetimetest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/datetime/datetimetest.cpp b/tests/datetime/datetimetest.cpp index 749f4ac029..8ecf70f2c6 100644 --- a/tests/datetime/datetimetest.cpp +++ b/tests/datetime/datetimetest.cpp @@ -865,7 +865,7 @@ void DateTimeTestCase::TestTimeFormat() CPPUNIT_ASSERT( dt.ParseFormat("12:23:45.000", "%H:%M:%S.%l") ); CPPUNIT_ASSERT_EQUAL( 0, dt.GetMillisecond() ); - // test another format modifier not testes above. + // test another format modifier not tested above. CPPUNIT_ASSERT( dt.ParseFormat("23", "%e") ); CPPUNIT_ASSERT_EQUAL( 23, dt.GetDay() );