summaryrefslogtreecommitdiff
path: root/mupdf/shade2.c
diff options
context:
space:
mode:
Diffstat (limited to 'mupdf/shade2.c')
-rw-r--r--mupdf/shade2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mupdf/shade2.c b/mupdf/shade2.c
index b9f86d5f..94d6ad64 100644
--- a/mupdf/shade2.c
+++ b/mupdf/shade2.c
@@ -11,7 +11,7 @@ pdf_buildt2shademesh(fz_shade *shade, pdf_xref *xref, fz_obj *shading,
fz_obj *obj;
pdf_function *func;
- pdf_logshade("loading type2 shade {\n");
+ pdf_logshade("load type2 shade {\n");
obj = fz_dictgets(shading, "Coords");
x0 = fz_toreal(fz_arrayget(obj, 0));