From 9dc015d9746692a34beec14e72732dc58acae32a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 29 Apr 2020 11:01:27 -0700 Subject: [PATCH] ;doc: typo --- hledger/hledger.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 3723b660d..4b59dd0c5 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -1643,7 +1643,7 @@ systems, that is ~/.local/bin and ~/.cabal/bin respectively. The command `env | grep LEDGER_FILE` should show it. You may need to use `export`. Here's an [explanation](http://stackoverflow.com/a/7411509). -**Getting errors like "Illegal byte sequence" or "Invalid or incomplete multibyte or wide character" or "commitAndReleaseBuffer: invalid arguement (invalid character)"**\ +**Getting errors like "Illegal byte sequence" or "Invalid or incomplete multibyte or wide character" or "commitAndReleaseBuffer: invalid argument (invalid character)"**\ Programs compiled with GHC (hledger, haskell build tools, etc.) need to have a UTF-8-aware locale configured in the environment, otherwise they will fail with these kinds of errors when they encounter non-ascii characters.