summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2015-01-02 17:37:13 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2015-01-05 14:14:25 +0100
commitca8eded48e54e81dce5b5bb11749c2439d72162e (patch)
tree580d913ef1f4c1a15fa8616a84c78f3a4494b57d
parent8946454b6158e08aa65e42e2a313024e5de37eb3 (diff)
downloadfork-ledger-ca8eded48e54e81dce5b5bb11749c2439d72162e.tar.gz
fork-ledger-ca8eded48e54e81dce5b5bb11749c2439d72162e.tar.bz2
fork-ledger-ca8eded48e54e81dce5b5bb11749c2439d72162e.zip
[doc] Minor typographical and error corrections
[ci skip]
-rw-r--r--doc/ledger3.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index cf927d78..8df5edc0 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -8809,7 +8809,7 @@ amount could be an expression, etc.
@item Journal transactions
-Postings are owned by transactions, always. This subclass of item_t
+Postings are owned by transactions, always. This subclass of @code{item_t}
knows about the date, the payee, etc. If a date or metadata tag is
requested from a posting and it doesn't have that information, the
transaction is queried to see if it can provide it.
@@ -8824,7 +8824,7 @@ it, but contains relatively little information of its own.
Finally, all transactions with their postings, and all accounts, are
owned by a @code{journal_t} object. This is the go-to object for
-querying ad reporting on your data.
+querying and reporting on your data.
@item Textual journal parser
@@ -9467,7 +9467,7 @@ where the regex matches the name of the test you want to build.
There are nearly 300 tests stored under the @file{test} subdirectory
in the main source distribution. They are broken into two broad
categories, baseline and regression. To run the @file{5FBF2ED8} test,
-for example, issue @samp{ctest -V -R "5FB"}.
+for example, issue @code{ctest -V -R "5FB"}.
@node Writing Tests, , Running Tests, Testing Framework
@subsubsection Writing Tests