diff options
-rw-r--r-- | doc/ledger3.texi | 4 | ||||
-rwxr-xr-x | tools/spellcheck.sh | 2 |
2 files changed, 3 insertions, 3 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} diff --git a/tools/spellcheck.sh b/tools/spellcheck.sh index ae86a3d6..7a51a18d 100755 --- a/tools/spellcheck.sh +++ b/tools/spellcheck.sh @@ -1,3 +1,3 @@ #!/bin/sh -aspell check --mode=texinfo ledger3.texi
\ No newline at end of file +aspell check --mode=texinfo $(dirname $0)/../doc/ledger3.texi |