From 0ce7e811ba86bcfd0ed44114d69aebfa73664a88 Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Sun, 10 Nov 2019 16:29:22 -0500 Subject: [PATCH] Fix two small typos --- hledger/CHANGES.md | 2 +- hledger/Hledger/Cli/Commands/Balance.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 53de0efcc..a1a09d278 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -1289,7 +1289,7 @@ Miscellaneous: On non-windows systems, we now build with terminfo support by default, useful for detecting terminal width and other things. - This requires the C curses dev libaries, which makes POSIX + This requires the C curses dev libraries, which makes POSIX installation slightly harder; if it causes problems you can disable terminfo support with the new `curses` cabal flag, eg: cabal install -f-curses ... (or cabal might try this diff --git a/hledger/Hledger/Cli/Commands/Balance.hs b/hledger/Hledger/Cli/Commands/Balance.hs index 3377b8dca..2b96529d1 100644 --- a/hledger/Hledger/Cli/Commands/Balance.hs +++ b/hledger/Hledger/Cli/Commands/Balance.hs @@ -226,7 +226,7 @@ With @-E/--empty@: /What to show in empty cells/ An empty periodic balance report cell is one which has no corresponding postings. -An empty cumulative/historical balance report cell is one which has no correponding +An empty cumulative/historical balance report cell is one which has no corresponding or prior postings, ie the account doesn't exist yet. Currently, empty cells show 0.