summaryrefslogtreecommitdiff
path: root/src/times.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/times.cc')
-rw-r--r--src/times.cc2
1 files changed, 1 insertions, 1 deletions
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_t>& 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