diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2022-07-19 14:30:07 +0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2022-07-19 22:44:20 +0800 |
commit | fcacef5af9e52204926480fbdeb9a238ecab31d1 (patch) | |
tree | 51d1d44e54edd49b6c9cb2db23e57681da7089f1 /doc/ledger3.texi | |
parent | 4898e57bdd247f1f2a18ca1217a89e7f1105caae (diff) | |
download | fork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.tar.gz fork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.tar.bz2 fork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.zip |
Fix typos found by codespell
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 079ce2dc..de50f55a 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -12,15 +12,15 @@ @c a prefix arg). This updates the node pointers, which texinfmt.el @c needs. -@c | Formating | Indexing | | -@c | | @cindex | concept | -@c | @command | @findex | Ledger CLI Command (like balance) | -@c | @option | @findex | Ledger CLI Option (like --market) | -@c | @var | | Ledger CLI option Variable (like -f FILE) | -@c | | | Ledger file Syntax | -@c | @samp | | Valued example or single char | -@c | @file | | File, Buffer | -@c | @file | | Program (like ledger, report, acprep) | +@c | Formatting | Indexing | | +@c | | @cindex | concept | +@c | @command | @findex | Ledger CLI Command (like balance) | +@c | @option | @findex | Ledger CLI Option (like --market) | +@c | @var | | Ledger CLI option Variable (like -f FILE) | +@c | | | Ledger file Syntax | +@c | @samp | | Valued example or single char | +@c | @file | | File, Buffer | +@c | @file | | Program (like ledger, report, acprep) | @c Restructuring manual ideas @c http://beyondgrep.com/documentation/ack-2.04-man.html @@ -6579,7 +6579,7 @@ $ ledger balance assets --exchange "PHP, EUR" The latest available price is used. The syntax @option{-X @var{COMMODITY1}:@var{COMMODITY2}} displays values in @var{COMMODITY1} in terms of @var{COMMODITY2} using the latest available price, but -will not automatically covert any other commodities to +will not automatically convert any other commodities to @var{COMMODITY2}. Multiple @option{-X} arguments may be used on a single command-line (as in @option{-X COMMODITY1:COMMODITY2 -X COMMODITY3:COMMODITY2}), |