summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley M. Kuhn <bkuhn@ebb.org>2012-09-10 00:12:51 -0400
committerBradley M. Kuhn <bkuhn@ebb.org>2012-09-10 00:12:51 -0400
commit137183d19f2ae54c030a1f7dcd59e02341f088c6 (patch)
treed308511bf33553c0f790d52e0e71782c7d8158ac
parentfa89dc16a63ab30a030311115127e6138a78f0e7 (diff)
downloadledger-137183d19f2ae54c030a1f7dcd59e02341f088c6.tar.gz
ledger-137183d19f2ae54c030a1f7dcd59e02341f088c6.tar.bz2
ledger-137183d19f2ae54c030a1f7dcd59e02341f088c6.zip
Fixed typo: removed extra @tab.
-rw-r--r--doc/ledger3.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index bff96adf..16bf0564 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -6809,7 +6809,7 @@ generated the posting.
@subsubsection Summary
@multitable @columnfractions .3 .2 .5
@item @strong{Function} @tab @strong{Abbrev.} @tab @strong{Description}
-@item @code{filename} @tab S @tab @tab name of ledger data file from whence posting came
+@item @code{filename} @tab S @tab name of ledger data file from whence posting came
@item @code{beg_pos} @tab B @tab character position in @code{filename} where entry for posting begins
@item @code{end_pos} @tab E @tab character position in @code{filename} where entry for posting ends
@item @code{beg_line} @tab b @tab line number in @code{filename} where entry for posting begins