"mispelled" was misspelled
This commit is contained in:
parent
7b993ccc17
commit
4c86042665
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue