summaryrefslogtreecommitdiff
path: root/src/chain.cc
diff options
context:
space:
mode:
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.