Merge pull request #320 from morninj/master

"mispelled" was misspelled
This commit is contained in:
Steve Purcell 2014-09-08 17:51:45 +01:00
commit db09e0d2e6

View file

@ -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