From f7ab69d8d626c5d891b38788fd193157dcc093cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ram=C3=B3n?= Date: Sun, 3 Jul 2016 00:13:46 -0500 Subject: fpdf: typo typo fix --- fpdf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpdf.go b/fpdf.go index 952556a..1ee5aaf 100644 --- a/fpdf.go +++ b/fpdf.go @@ -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 -- cgit v1.2.1-24-ge1ad