Merge pull request #241 from afh/pull/spelling

Correct minor spelling mistakes and improve spellcheck.sh

Awesome.
This commit is contained in:
Craig Earls 2014-02-09 11:32:44 -07:00
commit c59aadaace
2 changed files with 3 additions and 3 deletions

View file

@ -3058,7 +3058,7 @@ after the amount or amount expression:
@end smallexample @end smallexample
When you do this, since Ledger can now figure out the balancing amount 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 @smallexample
2012-03-10 My Broker 2012-03-10 My Broker
@ -5436,7 +5436,7 @@ Specify the format for the plot output.
@item --display @var{EXPR} @item --display @var{EXPR}
@itemx -d @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} @item --date-format @var{DATE_FORMAT}
@itemx -y @var{DATE_FORMAT} @itemx -y @var{DATE_FORMAT}

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
aspell check --mode=texinfo ledger3.texi aspell check --mode=texinfo $(dirname $0)/../doc/ledger3.texi