From c558613ae4dc40ae1cc438b4ba05292b8fc3b9c1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 12 Jun 2010 21:29:08 -0400 Subject: Fixed a spelling error --- src/textual.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/textual.cc b/src/textual.cc index 757a054d..a2801fd5 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -546,11 +546,9 @@ void instance_t::automated_xact_directive(char * line) ae.release(); } - - } catch (const std::exception& err) { if (reveal_context) { - add_error_context(_("While parsing periodic transaction:")); + add_error_context(_("While parsing automated transaction:")); add_error_context(source_context(pathname, pos, curr_pos, "> ")); } throw; -- cgit v1.2.3