Fix two small typos

This commit is contained in:
Brian Wignall 2019-11-10 16:29:22 -05:00 committed by Simon Michael
parent a8f1f5da62
commit 0ce7e811ba
2 changed files with 2 additions and 2 deletions

View File

@ -1289,7 +1289,7 @@ Miscellaneous:
On non-windows systems, we now build with terminfo support by On non-windows systems, we now build with terminfo support by
default, useful for detecting terminal width and other things. 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 installation slightly harder; if it causes problems you can
disable terminfo support with the new `curses` cabal flag, eg: disable terminfo support with the new `curses` cabal flag, eg:
cabal install -f-curses ... (or cabal might try this cabal install -f-curses ... (or cabal might try this

View File

@ -226,7 +226,7 @@ With @-E/--empty@:
/What to show in empty cells/ /What to show in empty cells/
An empty periodic balance report cell is one which has no corresponding postings. 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. or prior postings, ie the account doesn't exist yet.
Currently, empty cells show 0. Currently, empty cells show 0.