From 4c8604266580b27db564375b6add9d22e44a556c Mon Sep 17 00:00:00 2001 From: Joseph Mornin Date: Mon, 8 Sep 2014 09:41:21 -0700 Subject: "mispelled" was misspelled --- src/xact.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xact.cc') 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 -- cgit v1.2.3