diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2015-01-09 00:05:10 +0100 |
---|---|---|
committer | Jostein Berntsen <jbernts@broadpark.no> | 2015-01-09 00:05:10 +0100 |
commit | 5d90ac7a1db18415234540c71e41d1f421708492 (patch) | |
tree | 93ea56924d7843fef7233cad2d46dc2d6c69ebbd /doc | |
parent | f2b61846d10388ec658c58f47b24b14e5b9489fc (diff) | |
download | fork-ledger-5d90ac7a1db18415234540c71e41d1f421708492.tar.gz fork-ledger-5d90ac7a1db18415234540c71e41d1f421708492.tar.bz2 fork-ledger-5d90ac7a1db18415234540c71e41d1f421708492.zip |
Small doc typo fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DEVELOP.md | 4 | ||||
-rw-r--r-- | doc/DEVELOP.md.new | 0 | ||||
-rw-r--r-- | doc/GLOSSARY.md | 2 | ||||
-rw-r--r-- | doc/NEWS | 6 | ||||
-rw-r--r-- | doc/ledger.1 | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/doc/DEVELOP.md b/doc/DEVELOP.md index e3a479d7..ce897741 100644 --- a/doc/DEVELOP.md +++ b/doc/DEVELOP.md @@ -14,7 +14,7 @@ used by *./python/server.py*. from source code. It uses the *CMakeLists.txt* files. [**DOxygen**](http://doxygen.org): generates programming documentation from -source code files. Primarly used on C++ sources, but works on all. Uses +source code files. Primarily used on C++ sources, but works on all. Uses the *doc/Doxyfile.in* file. [**GCC**](http://gcc.gnu.org): Gnu Compiler Collection, which includes the @@ -58,7 +58,7 @@ orientation: for more information. **./README.md**: user readme file in markdown format, also used as the project - discription on GitHub. + description on GitHub. **./contrib/**: contributed scripts of random quality and completion. They usually require editing to run. diff --git a/doc/DEVELOP.md.new b/doc/DEVELOP.md.new new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/doc/DEVELOP.md.new diff --git a/doc/GLOSSARY.md b/doc/GLOSSARY.md index 507958c1..263a3cff 100644 --- a/doc/GLOSSARY.md +++ b/doc/GLOSSARY.md @@ -33,7 +33,7 @@ ACCOUNTING GLOSSARY This data of where money goes can be collated into reports. This used to be done with a physical book, called a ledger, where each account was on one page. Each debit or credit in the journal was transferred to the - appropriate account page and the pages were totalled to produce reports. + appropriate account page and the pages were totaled to produce reports. This process is now done with the Ledger software which creates reports from the journal. A journal is sometimes called a register. @@ -6,7 +6,7 @@ when a gain or loss is made (if you bought 1 AAA for $10 and then sold it for $12, ledger would previously take $12 as the cost; the original cost of $10 is preserved as the cost basis now, which addresses strange - behaviour with -B after a capital gain or loss is made). + behavior with -B after a capital gain or loss is made). - Incorrect automatic Equity:Capital Gains and Equity:Capital Loss entries are no longer generated when a commodity is sold for loss or profit. @@ -339,7 +339,7 @@ features, please see the manual. This flag limits computation to *only transactions whose amount is greater than 100 of a given commodity*. It means that if you scan your dining expenses, for example, only individual bills - greater than $100 would be caculated by the report. + greater than $100 would be calculated by the report. --only "a>100" @@ -581,7 +581,7 @@ features, please see the manual. * 2.4.1 -- Corrected an issue that had inadvertantly disabled Gnucash support. +- Corrected an issue that had inadvertently disabled Gnucash support. * 2.4 diff --git a/doc/ledger.1 b/doc/ledger.1 index cde81248..b4746eb9 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -439,7 +439,7 @@ statement will print balances only for account with two levels, i.e. .Nm Expenses:Entertainment but not -.Nm Expenses:entertainemnt:Dining . +.Nm Expenses:entertainment:Dining . This is a display predicate, which means it only affects display, not the total calculations. .It Fl \-deviation Pq Fl D |