[poppler] poppler/Gfx.cc
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Apr 25 20:24:30 UTC 2019
poppler/Gfx.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9186cf25d03cd680381dde9766e12310269bbf69
Author: Oliver Sander <oliver.sander at tu-dresden.de>
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) {
More information about the poppler
mailing list