summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-12 21:29:08 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-13 01:03:47 -0400
commitc558613ae4dc40ae1cc438b4ba05292b8fc3b9c1 (patch)
treedc12da5cfe4d081e23cd49d7ed25c2c949124750 /src
parentbaad7272c7d263dd34076760a6a4d98676ec270e (diff)
downloadfork-ledger-c558613ae4dc40ae1cc438b4ba05292b8fc3b9c1.tar.gz
fork-ledger-c558613ae4dc40ae1cc438b4ba05292b8fc3b9c1.tar.bz2
fork-ledger-c558613ae4dc40ae1cc438b4ba05292b8fc3b9c1.zip
Fixed a spelling error
Diffstat (limited to 'src')
-rw-r--r--src/textual.cc4
1 files changed, 1 insertions, 3 deletions
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;