howeyc / ledger

Command line double-entry accounting program
https://howeyc.github.io/ledger/
ISC License
455 stars 43 forks source link

typos #44

Closed musvaage closed 1 year ago

musvaage commented 1 year ago

accessibility cast classifier commodities current elements hierarchy probability separator supported

$ grep -nr accessability ledger
ledger/ledger/book/src/Introduction.md:5:accessability. The ecosystem of PTA tools includes programs
$ grep -nr casted ledger
ledger/decimal/decimal.go:5:// an int64 casted to Decimal will not work, one of the "New" functions must
$ grep -nr clasifier ledger
ledger/ledger/man/ledger.1:205:for the given transaction. Uses a clasifier that "learns" from existing ledger
$ grep -nr comodities ledger
ledger/ledger/book/src/Web_Portfolio.md:7:accounts to comodities and the shares of the commodity the account represents.
$ grep -nr curent ledger
ledger/parse.go:186:    // try curent date layout
$ grep -nr elemens ledger
ledger/ledger/cmd/static/bootstrap-nightfall.min.css:9: * This version is an extraction with only the dark elemens, or delta, of the
$ grep -nr heirarchy ledger
ledger/ledger/man/ledger.5:58:Accounts use ":" as a separater for heirarchy. All sub-accounts combine up to
$ grep -nr probablility ledger
ledger/ledger/book/src/02_Import.md:5:Matches do not need to be exact matches, it's based on probablility determined
$ grep -nr separater ledger
ledger/ledger/man/ledger.5:58:Accounts use ":" as a separater for heirarchy. All sub-accounts combine up to
$ grep -nr suppored ledger
ledger/date.go:25:// Periods suppored by ledger
$ 

misspelled filenames

$ ls ledger/ledger/cmd/internal/pdr/grammer*
ledger/ledger/cmd/internal/pdr/grammer.peg  ledger/ledger/cmd/internal/pdr/grammer.peg.go
$ 

misspelled filenames cited in comments

$ grep -nr grammer ledger/ledger/cmd/internal/pdr/grammer.peg.go
3:// Code generated by peg -inline -switch grammer.peg DO NOT EDIT.
$ grep -nr grammer ledger/ledger/cmd/internal/pdr/pdr.go
1://go:generate peg -inline -switch grammer.peg
$