diff options
author | Craig Earls <enderw88@gmail.com> | 2014-02-09 11:32:44 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2014-02-09 11:32:44 -0700 |
commit | c59aadaace0b142eacb89d40921ac331887bb671 (patch) | |
tree | 536dfe915398226d32bb526fe9d783e561224722 /doc | |
parent | 050edd56ce59083ddc7f5770dc0c934052fd1be1 (diff) | |
parent | c73ba9d0751cef3e8aa152ba9bd1ee09bf86449f (diff) | |
download | fork-ledger-c59aadaace0b142eacb89d40921ac331887bb671.tar.gz fork-ledger-c59aadaace0b142eacb89d40921ac331887bb671.tar.bz2 fork-ledger-c59aadaace0b142eacb89d40921ac331887bb671.zip |
Merge pull request #241 from afh/pull/spelling
Correct minor spelling mistakes and improve spellcheck.sh
Awesome.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 425dd5bc..5518a9a9 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3058,7 +3058,7 @@ after the amount or amount expression: @end smallexample When you do this, since Ledger can now figure out the balancing amount -from the first posting's cost, you can elide the otheramount: +from the first posting's cost, you can elide the other amount: @smallexample 2012-03-10 My Broker @@ -5436,7 +5436,7 @@ Specify the format for the plot output. @item --display @var{EXPR} @itemx -d @var{EXPR} -Display only posting that meet the criterias in the @var{EXPR}. +Display only posting that meet the criteria in the @var{EXPR}. @item --date-format @var{DATE_FORMAT} @itemx -y @var{DATE_FORMAT} |