summaryrefslogtreecommitdiff
path: root/src/chain.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/chain.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/chain.cc')
-rw-r--r--src/chain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.cc b/src/chain.cc
index d508dd3e..ed795007 100644
--- a/src/chain.cc
+++ b/src/chain.cc
@@ -202,7 +202,7 @@ post_handler_ptr chain_post_handlers(post_handler_ptr base_handler,
// xact, which has one post for each commodity in each account.
//
// period_posts is like subtotal_posts, but it subtotals according to time
- // periods rather than totalling everything.
+ // periods rather than totaling everything.
//
// day_of_week_posts is like period_posts, except that it reports
// all the posts that fall on each subsequent day of the week.