poppler/SplashOutputDev.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 561c0567a5741d7c49903c51c8020187dccaa0d9 Author: Albert Astals Cid <[email protected]> Date: Wed Oct 27 22:43:51 2010 +0100 fix comment diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc index 54f0119..9d94cc0 100644 --- a/poppler/SplashOutputDev.cc +++ b/poppler/SplashOutputDev.cc @@ -1810,12 +1810,12 @@ void SplashOutputDev::type3D1(GfxState *state, double wx, double wy, } if (unlikely(t3GlyphStack->origBitmap != NULL)) { - error(-1, "t3GlyphStack orig Bitmap was not null in SplashOutputDev::type3D1"); + error(-1, "t3GlyphStack origBitmap was not null in SplashOutputDev::type3D1"); return; } if (unlikely(t3GlyphStack->origSplash != NULL)) { - error(-1, "t3GlyphStack orig Bitmap was not null in SplashOutputDev::type3D1"); + error(-1, "t3GlyphStack origSplash was not null in SplashOutputDev::type3D1"); return; } _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
