From 4f484b32f3cf8682180ccb9e36f929edff175498 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 30 Mar 2011 20:01:31 +0200 Subject: xps: s/could not/cannot/ in error messages --- xps/xpsxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xps/xpsxml.c') diff --git a/xps/xpsxml.c b/xps/xpsxml.c index 63d9af36..c6f41123 100644 --- a/xps/xpsxml.c +++ b/xps/xpsxml.c @@ -220,7 +220,7 @@ xps_parse_xml(xps_context *ctx, byte *buf, int len) xp = XML_ParserCreateNS(NULL, ' '); if (!xp) { - fz_throw("xml error: could not create expat parser"); + fz_throw("xml error: cannot create expat parser"); return NULL; } -- cgit v1.2.3