diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-29 14:06:01 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-29 14:06:01 -0800 |
commit | 158118bfb1e8b69f06e318ec265111acddd16326 (patch) | |
tree | 81ab6b340ac192fac10df0cd10a085af837e9cab /doc | |
parent | 520ece21644c4f3a97f722e351fce382c1661183 (diff) | |
parent | 76aca12b68aa85303483e4653f9ba864809bae6f (diff) | |
download | fork-ledger-158118bfb1e8b69f06e318ec265111acddd16326.tar.gz fork-ledger-158118bfb1e8b69f06e318ec265111acddd16326.tar.bz2 fork-ledger-158118bfb1e8b69f06e318ec265111acddd16326.zip |
Merge pull request #56 from bzg/next
Two tiny typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 9d709748..c04ac473 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -639,7 +639,7 @@ cannot display any currency symbols other than dollar signs ($). Accounting is simply tracking your money. It can range from nothing, and just waiting for automatic overdraft protection to kick in, or not, to a full blown double entry accounting system. Ledger accomplishes the -latter. With ledger you can handle your personal finances or you +latter. With ledger you can handle your personal finances or your businesses. Double-entry accounting scales. @cindex double-entry accounting @@ -1422,7 +1422,7 @@ indented by at least one space. If you omit the leading spaces in the account lines Ledger will generate an error. There must be at least two spaces, or a tab, between the amount and the account. If you do not have adequate separation between the amount and the account Ledger will -give an error and stop calculating} +give an error and stop calculating.} @node Starting up, Structuring Your Accounts, Most Basic Entry, Keeping a Journal |