diff options
author | Chris Ramón <rchristian.ramon@gmail.com> | 2016-07-03 00:13:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-03 00:13:46 -0500 |
commit | f7ab69d8d626c5d891b38788fd193157dcc093cf (patch) | |
tree | c96b6920311e91d3ade1708aa7e06e4343cbff82 | |
parent | 874760316099ee3d62d0f8c4374b92bede670244 (diff) |
fpdf: typo
typo fix
-rw-r--r-- | fpdf.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1720,7 +1720,7 @@ func (f *Fpdf) SetAcceptPageBreakFunc(fnc func() bool) { // values are 0 (to the right), 1 (to the beginning of the next line), and 2 // (below). Putting 1 is equivalent to putting 0 and calling Ln() just after. // -// alignStr specifies how the text is to be positionined within the cell. +// alignStr specifies how the text is to be positioned within the cell. // Horizontal alignment is controlled by including "L", "C" or "R" (left, // center, right) in alignStr. Vertical alignment is controlled by including // "T", "M", "B" or "A" (top, middle, bottom, baseline) in alignStr. The default |