poppler/Gfx.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9186cf25d03cd680381dde9766e12310269bbf69
Author: Oliver Sander <[email protected]>
Date: Thu Apr 25 21:27:04 2019 +0200
Fix a typo in an error message
diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc
index 8bf141e9..426d5861 100644
--- a/poppler/Gfx.cc
+++ b/poppler/Gfx.cc
@@ -3982,7 +3982,7 @@ void Gfx::doShowText(const GooString *s) {
charProcDrawingIt = charProcDrawing.insert(refNum).first;
} else {
displayCharProc = false;
- error(errSyntaxError, -1, "CharProc wants to draw a CharProc that
is already beign drawn");
+ error(errSyntaxError, -1, "CharProc wants to draw a CharProc that
is already being drawn");
}
}
if (displayCharProc) {
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler