summaryrefslogtreecommitdiff
path: root/src/pgtkterm.c
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-05-15 11:15:06 +0200
committerStefan Kangas <stefan@marxist.se>2022-05-15 11:15:06 +0200
commit09674074b57bee74ff1039f8ef08c2dea321c0da (patch)
treec8b866aca602a22a867a77eaab6eab1c8146db1c /src/pgtkterm.c
parentaaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff)
downloademacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz
; Fix typos
Diffstat (limited to 'src/pgtkterm.c')
-rw-r--r--src/pgtkterm.c2
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)
}
/* Ignore minimum_offset if the amount of pixels was
- explictly specified. */
+ explicitly specified. */
if (!s->face->underline_pixels_above_descent_line)
position = max (position, underline_minimum_offset);
}