diff options
author | Joseph Mornin <joseph@mornin.org> | 2014-09-08 09:41:21 -0700 |
---|---|---|
committer | Joseph Mornin <joseph@mornin.org> | 2014-09-08 09:41:21 -0700 |
commit | 4c8604266580b27db564375b6add9d22e44a556c (patch) | |
tree | 86c194b12bfa939b2c1194d48c24e9404c983739 /src/xact.cc | |
parent | 7b993ccc17170bc60c4005c027618797209f4f93 (diff) | |
download | fork-ledger-4c8604266580b27db564375b6add9d22e44a556c.tar.gz fork-ledger-4c8604266580b27db564375b6add9d22e44a556c.tar.bz2 fork-ledger-4c8604266580b27db564375b6add9d22e44a556c.zip |
"mispelled" was misspelled
Diffstat (limited to 'src/xact.cc')
-rw-r--r-- | src/xact.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xact.cc b/src/xact.cc index 3e563714..049a2dac 100644 --- a/src/xact.cc +++ b/src/xact.cc @@ -185,7 +185,7 @@ bool xact_base_t::finalize() if (post_account_bad || null_post_account_bad) throw_(std::logic_error, - _f("Posting with null amount's account may be mispelled:\n \"%1%\"") + _f("Posting with null amount's account may be misspelled:\n \"%1%\"") % (post_account_bad ? post->account->fullname() : null_post->account->fullname())); else |