"mispelled" was misspelled

This commit is contained in:
Joseph Mornin 2014-09-08 09:41:21 -07:00
parent 7b993ccc17
commit 4c86042665

View file

@ -185,7 +185,7 @@ bool xact_base_t::finalize()
if (post_account_bad || null_post_account_bad) if (post_account_bad || null_post_account_bad)
throw_(std::logic_error, 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() : % (post_account_bad ? post->account->fullname() :
null_post->account->fullname())); null_post->account->fullname()));
else else