summaryrefslogtreecommitdiff
path: root/draw/draw_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw/draw_device.c')
-rw-r--r--draw/draw_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/draw_device.c b/draw/draw_device.c
index 6b1710d6..f07ad681 100644
--- a/draw/draw_device.c
+++ b/draw/draw_device.c
@@ -1109,7 +1109,7 @@ fz_draw_pop_clip(fz_device *devp)
if (dev->top == 0)
{
- fz_warn(ctx, "Unexpectd pop clip");
+ fz_warn(ctx, "Unexpected pop clip");
return;
}
state = &dev->stack[--dev->top];