Skip to content

Commit c4abe20

Browse files
committed
Fix typos in README
1 parent 82dab7e commit c4abe20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The 'i' stands for __interactive__. Here's what it's designed to do:
3535
* The payee/account names used in the auto-completion are read both from
3636
the mapping file and, optionally, from a Ledger file or files. It runs
3737
`ledger payees` and `ledger accounts` to get the names. It can also
38-
scan a seperate ledger file containing 'account' definitions. The tags are
38+
scan a separate ledger file containing 'account' definitions. The tags are
3939
only read from the mapping file.
4040

4141

@@ -92,7 +92,7 @@ Options can either be used from command line or in configuration file.
9292
--accounts-file FILE file which holds a list of allowed accounts
9393
--quiet, -q do not prompt if account can be deduced
9494
--reverse reverse the order of entries in the CSV file
95-
--skip-dupes detect transactions that have alrady been imported and skip
95+
--skip-dupes detect transactions that have already been imported and skip
9696
--confirm-dupes detect transactions that have already been imported and prompt to skip
9797
--skip-lines INT number of lines to skip from CSV file
9898
--skip-older-than skip entries more than X days old
@@ -131,7 +131,7 @@ Account`.
131131

132132
**`--src-account STR`**
133133

134-
similar to `--acount` option, it is the ledger account used as source for ledger transactions but allows the `--account` option to be overriden after the config file has been parsed. This is a command-line only option and must not be provided in any section of the config file. Use of this option allows users to treat sections of the config file as generic import recipes that can be used to import all files that use the same layout while providing a means to specify the ledger source account to use during the importing of transactions.
134+
similar to `--account` option, it is the ledger account used as source for ledger transactions but allows the `--account` option to be overridden after the config file has been parsed. This is a command-line only option and must not be provided in any section of the config file. Use of this option allows users to treat sections of the config file as generic import recipes that can be used to import all files that use the same layout while providing a means to specify the ledger source account to use during the importing of transactions.
135135

136136
**`--clear-screen, -C`**
137137

@@ -301,7 +301,7 @@ will print ledger entries in reverse of their order in the CSV file.
301301

302302
**`--skip-dupes`**
303303

304-
will attempt to detect duplicate transcactions in ledger file by comparing MD5Sum of transactions. The MD5Sum is calculated from the formatted CSV values including the source account. The source account is included to avoid false postives on generic transaction descriptions when the source account is different and thus should not be considered a duplicate. MD5Sum of existing transactions are as a `; MD5Sum: ...` comment in the current ledgerfile (which means your output template will need this comment). This can help if you download statements without using a precise date range. A useful pattern is to include MD5Sum comments for both "sides" of a transaction if you download from multiple sources that resolve to a single transaction (e.g. paying a credit card from checking). Note: use of this flag by itself will detect and skip duplicate entries automatically with no interaction from user. If you want to be prompted and determine whether to skip or not see `--confirm-dupes`.
304+
will attempt to detect duplicate transactions in ledger file by comparing MD5Sum of transactions. The MD5Sum is calculated from the formatted CSV values including the source account. The source account is included to avoid false positives on generic transaction descriptions when the source account is different and thus should not be considered a duplicate. MD5Sum of existing transactions are as a `; MD5Sum: ...` comment in the current ledger file (which means your output template will need this comment). This can help if you download statements without using a precise date range. A useful pattern is to include MD5Sum comments for both "sides" of a transaction if you download from multiple sources that resolve to a single transaction (e.g. paying a credit card from checking). Note: use of this flag by itself will detect and skip duplicate entries automatically with no interaction from user. If you want to be prompted and determine whether to skip or not see `--confirm-dupes`.
305305

306306
**`--confirm-dupes`**
307307

@@ -442,7 +442,7 @@ along with a file that defines a list of allowable accounts. (See the ledger
442442
The accounts file should look like:
443443

444444
account Expenses:Food
445-
account Expenses:Enternainment
445+
account Expenses:Entertainment
446446
account Income:Salary
447447
account Income:Salary:Tips
448448

0 commit comments

Comments
 (0)