diff options
author | John Wiegley <johnw@newartisans.com> | 2011-07-03 00:29:59 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-07-03 00:29:59 -0500 |
commit | 168c111c624115decb3f8d071075f953aca4fe69 (patch) | |
tree | ea7c244e295d057dad4f1eae79052b4d5d6031f2 /src/chain.cc | |
parent | d36606582ff155c051a62390986d467ff03e4715 (diff) | |
download | fork-ledger-168c111c624115decb3f8d071075f953aca4fe69.tar.gz fork-ledger-168c111c624115decb3f8d071075f953aca4fe69.tar.bz2 fork-ledger-168c111c624115decb3f8d071075f953aca4fe69.zip |
Corrected a typo
Diffstat (limited to 'src/chain.cc')
-rw-r--r-- | src/chain.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chain.cc b/src/chain.cc index 67f2c8d5..450e3758 100644 --- a/src/chain.cc +++ b/src/chain.cc @@ -138,9 +138,9 @@ post_handler_ptr chain_post_handlers(post_handler_ptr base_handler, report.HANDLED(tail_) ? report.HANDLER(tail_).value.to_int() : 0)); - // changed_value_posts adds virtual posts to the list to account for changes - // in market value of commodities, which otherwise would affect the running - // total unpredictably. + // display_filter_posts adds virtual posts to the list to account + // for changes in value of commodities, which otherwise would affect + // the running total unpredictably. display_filter = new display_filter_posts(handler, report, report.HANDLED(revalued) && ! report.HANDLED(no_rounding)); |