From bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Thu, 21 May 2020 21:12:39 +0800 Subject: Fix typos in comments --- src/filters.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filters.cc') 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) { -- cgit v1.2.3