branch: elpa/csv2ledger commit 18413f1c36cde82e8fadf00f66a9580bd6c39dad Author: Joost Kremers <joostkrem...@fastmail.fm> Commit: Joost Kremers <joostkrem...@fastmail.fm>
Fix typo in doc string of c2l-matcher-regexes. --- csv2ledger.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv2ledger.el b/csv2ledger.el index c18ab7d78e..af73cf9db6 100644 --- a/csv2ledger.el +++ b/csv2ledger.el @@ -163,7 +163,7 @@ used as the balancing account. This variable is normally given a value based on the matchers in `c2l-account-matchers-file', but you can also set in directly if -you prefer to use regexes to match account.") +you prefer to use regexes to match accounts.") (defcustom c2l-balancing-match-fields '(payee description) "List of fields used for determining the balancing account.