summaryrefslogtreecommitdiff
path: root/poppler/SplashOutputDev.cc
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2018-12-20 14:15:46 +0200
committerYuri Chornoivan <yurchor@ukr.net>2018-12-20 14:15:46 +0200
commit7477b71e5c4f2d3f4876c1c9cba3c937506bfdaa (patch)
tree9788325853e796b7b61bd20b0ad6e081cc929cf2 /poppler/SplashOutputDev.cc
parente676558a8b2d71906f1bf77407318a4fef6a60c2 (diff)
Fix minor typos
Diffstat (limited to 'poppler/SplashOutputDev.cc')
-rw-r--r--poppler/SplashOutputDev.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc
index 35e535cd..3b850c8f 100644
--- a/poppler/SplashOutputDev.cc
+++ b/poppler/SplashOutputDev.cc
@@ -4638,7 +4638,7 @@ bool SplashOutputDev::tilingPatternFill(GfxState *state, Gfx *gfxA, Catalog *cat
if (y1 - y0 > repeatY)
repeatY = y1 - y0;
}
- // restore CTM and calculate rotate and scale with rounded matric
+ // restore CTM and calculate rotate and scale with rounded matrix
state->setCTM(savedCTM[0], savedCTM[1], savedCTM[2], savedCTM[3], savedCTM[4], savedCTM[5]);
state->concatCTM(mat[0], mat[1], mat[2], mat[3], mat[4], mat[5]);
state->concatCTM(width * repeatX, 0, 0, height * repeatY, bbox[0], bbox[1]);