diff options
| author | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
| commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
| tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /src/pgtkterm.c | |
| parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
| download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip | |
; Fix typos
Diffstat (limited to 'src/pgtkterm.c')
| -rw-r--r-- | src/pgtkterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgtkterm.c b/src/pgtkterm.c index 11ab40a0d39..b9d0b7b512e 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c | |||
| @@ -2551,7 +2551,7 @@ pgtk_draw_glyph_string (struct glyph_string *s) | |||
| 2551 | } | 2551 | } |
| 2552 | 2552 | ||
| 2553 | /* Ignore minimum_offset if the amount of pixels was | 2553 | /* Ignore minimum_offset if the amount of pixels was |
| 2554 | explictly specified. */ | 2554 | explicitly specified. */ |
| 2555 | if (!s->face->underline_pixels_above_descent_line) | 2555 | if (!s->face->underline_pixels_above_descent_line) |
| 2556 | position = max (position, underline_minimum_offset); | 2556 | position = max (position, underline_minimum_offset); |
| 2557 | } | 2557 | } |