diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2010-05-28 01:12:56 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-05-28 01:12:56 -0600 |
commit | 33d119d3ea8acc73a93fd45fa6eae6b4f79d2976 (patch) | |
tree | f556b1344aad1fba337a597a55d9ce9b71ca1506 | |
parent | 6bd2fa2d52bc9ec1c23dd98bbeb72be3e96547e6 (diff) | |
download | ledger-33d119d3ea8acc73a93fd45fa6eae6b4f79d2976.tar.gz ledger-33d119d3ea8acc73a93fd45fa6eae6b4f79d2976.tar.bz2 ledger-33d119d3ea8acc73a93fd45fa6eae6b4f79d2976.zip |
Fixed a typo in the manual
-rw-r--r-- | doc/ledger.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger.texi b/doc/ledger.texi index fef1d422..556c2c45 100644 --- a/doc/ledger.texi +++ b/doc/ledger.texi @@ -1311,7 +1311,7 @@ DATE[=EDATE] [*|!] [(CODE)] DESC If @samp{*} appears after the date (with optional effective date), it indicates the transaction is ``cleared'', which can mean whatever the user -wants it t omean. If @samp{!} appears after the date, it indicates d +wants it to mean. If @samp{!} appears after the date, it indicates d the transaction is ``pending''; i.e., tentatively cleared from the user's point of view, but not yet actually cleared. If a @samp{CODE} appears in parentheses, it may be used to indicate a check number, or the type |