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 | |
parent | b24de38c90da7890bd1bf258dec2058f4a66b5ef (diff) | |
download | fork-ledger-9551b0f73e40b3d9a2f64134fd37c1784b34f063.tar.gz fork-ledger-9551b0f73e40b3d9a2f64134fd37c1784b34f063.tar.bz2 fork-ledger-9551b0f73e40b3d9a2f64134fd37c1784b34f063.zip |
Fix some typos
-rw-r--r-- | contrib/non-profit-audit-reports/ooolib2/__init__.py | 2 | ||||
-rw-r--r-- | doc/Doxyfile.in | 2 | ||||
-rw-r--r-- | src/times.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/non-profit-audit-reports/ooolib2/__init__.py b/contrib/non-profit-audit-reports/ooolib2/__init__.py index 6106fc5c..984e88d0 100644 --- a/contrib/non-profit-audit-reports/ooolib2/__init__.py +++ b/contrib/non-profit-audit-reports/ooolib2/__init__.py @@ -326,7 +326,7 @@ class Meta: ['element', 'office:version', '1.0'], ['tag', 'office:meta', ['tag', 'meta:generator', # Was: 'OpenOffice.org/2.0$Linux OpenOffice.org_project/680m5$Build-9011' - ['data', self.meta_generator]], # Generator is set the the ooolib-python version. + ['data', self.meta_generator]], # Generator is set the ooolib-python version. ['tag', 'dc:title', ['data', self.meta_title]], # This data is the document title ['tag', 'dc:description', diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 95373660..a6f91136 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -264,7 +264,7 @@ MARKDOWN_SUPPORT = YES # When enabled doxygen tries to link words that correspond to documented classes, # or namespaces to their corresponding documentation. Such a link can be -# prevented in individual cases by by putting a % sign in front of the word or +# prevented in individual cases by putting a % sign in front of the word or # globally by setting AUTOLINK_SUPPORT to NO. AUTOLINK_SUPPORT = YES 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 |