From fcacef5af9e52204926480fbdeb9a238ecab31d1 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 19 Jul 2022 14:30:07 +0200 Subject: Fix typos found by codespell --- src/annotate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/annotate.cc') 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 != ')'); -- cgit v1.2.3