diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2020-05-16 12:52:20 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-05-16 13:01:22 +0800 |
commit | 9551b0f73e40b3d9a2f64134fd37c1784b34f063 (patch) | |
tree | 187b665a07a62f1e4e74052075585a7e1c0b5a73 /src/times.cc | |
parent | b24de38c90da7890bd1bf258dec2058f4a66b5ef (diff) | |
download | fork-ledger-9551b0f73e40b3d9a2f64134fd37c1784b34f063.tar.gz fork-ledger-9551b0f73e40b3d9a2f64134fd37c1784b34f063.tar.bz2 fork-ledger-9551b0f73e40b3d9a2f64134fd37c1784b34f063.zip |
Fix some typos
Diffstat (limited to 'src/times.cc')
-rw-r--r-- | src/times.cc | 2 |
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 |