Fix a typo in a comment of the last commit

This commit is contained in:
Frank H. Ellenberger
2021-03-16 06:34:08 +01:00
parent a11065b823
commit 4a983761d7

View File

@@ -518,7 +518,7 @@ TEST(gnc_datetime_functions, test_date)
EXPECT_EQ(ymd.day - (12 + atime.offset() / 3600) / 24, 13);
}
/* This test works only in the America/LosAngeles time zone and
* there's no straightforward wat to make it more flexible. It ensures
* there's no straightforward way to make it more flexible. It ensures
* that DST in that timezone transitions correctly for each day of the
* week in which March begines.