# HG changeset patch # User Pavel Jank # Date 1009196188 0 # Node ID 9340ed4011acb38af7fd711bd1609b0db265acab # Parent 7ac079b9f10c1a2766bce0a9e61e24984fb432b8 Fix typo. diff -r 7ac079b9f10c -r 9340ed4011ac src/xdisp.c --- a/src/xdisp.c Mon Dec 24 06:04:36 2001 +0000 +++ b/src/xdisp.c Mon Dec 24 12:16:28 2001 +0000 @@ -1625,7 +1625,7 @@ it->continuation_pixel_width = it->pixel_width; } - /* Reset these values to zero becaue the produce_special_glyphs + /* Reset these values to zero because the produce_special_glyphs above has changed them. */ it->pixel_width = it->ascent = it->descent = 0; it->phys_ascent = it->phys_descent = 0;