summaryrefslogtreecommitdiff
path: root/src/filters.cc
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-21 21:12:39 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-05-21 21:12:39 +0800
commitbc1dcd187fb6f24d6b96ceb4c9b9176624b90dab (patch)
treecc6e3300943195e1e096bc84fbfefb8dfce3bb61 /src/filters.cc
parenta254f598b2fc99d7ae917579803ccdd6dc872c4d (diff)
downloadfork-ledger-bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab.tar.gz
fork-ledger-bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab.tar.bz2
fork-ledger-bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab.zip
Fix typos in comments
Diffstat (limited to 'src/filters.cc')
-rw-r--r--src/filters.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters.cc b/src/filters.cc
index 564c5f97..0bf89283 100644
--- a/src/filters.cc
+++ b/src/filters.cc
@@ -1397,7 +1397,7 @@ void forecast_posts::flush()
// of the pending_posts_list for each posting.
//
// The algorithm below works by iterating through the N periodic postings
- // over and over, until each of them mets the termination critera for the
+ // over and over, until each of them meets the termination criteria for the
// forecast and is removed from the set.
while (pending_posts.size() > 0) {