summaryrefslogtreecommitdiff
path: root/fpdf.go
diff options
context:
space:
mode:
authorChris Ramón <rchristian.ramon@gmail.com>2016-07-03 00:13:46 -0500
committerGitHub <noreply@github.com>2016-07-03 00:13:46 -0500
commitf7ab69d8d626c5d891b38788fd193157dcc093cf (patch)
treec96b6920311e91d3ade1708aa7e06e4343cbff82 /fpdf.go
parent874760316099ee3d62d0f8c4374b92bede670244 (diff)
fpdf: typo
typo fix
Diffstat (limited to 'fpdf.go')
-rw-r--r--fpdf.go2
1 files changed, 1 insertions, 1 deletions
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