diff options
Diffstat (limited to 'src/filters.cc')
-rw-r--r-- | src/filters.cc | 2 |
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) { |