diff options
Diffstat (limited to 'src/annotate.cc')
-rw-r--r-- | src/annotate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/annotate.cc b/src/annotate.cc index 34681ca7..f388fb57 100644 --- a/src/annotate.cc +++ b/src/annotate.cc @@ -148,7 +148,7 @@ void annotation_t::parse(std::istream& in) else if (c == '(') { if (value_expr) throw_(amount_error, - _("Commodity specifies more than one valuation expresion")); + _("Commodity specifies more than one valuation expression")); in.get(); READ_INTO(in, buf, 255, c, c != ')'); |