From 9551b0f73e40b3d9a2f64134fd37c1784b34f063 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sat, 16 May 2020 12:52:20 +0800 Subject: Fix some typos --- src/times.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/times.cc b/src/times.cc index acdf7eb0..bab4e0de 100644 --- a/src/times.cc +++ b/src/times.cc @@ -1194,7 +1194,7 @@ void date_interval_t::stabilize(const optional& date) "stabilize: aligning with a duration: " << *duration); // The interval object has not been seeded with a start date yet, so - // find the nearest period before on on date which fits, if possible. + // find the nearest period before or on date which fits, if possible. // // Find an efficient starting point for the upcoming while loop. We // want a date early enough that the range will be correct, but late -- cgit v1.2.3