1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 21:50:37 -08:00

Spelling fix.

This commit is contained in:
Paul Eggert 2013-12-21 23:23:49 -08:00
parent 8fc36a6803
commit 61d208ade5

View file

@ -895,7 +895,7 @@ xfont_close (struct font *font)
struct xfont_info *xfi = (struct xfont_info *) font;
/* This function may be called from GC when X connection is gone
(Bug#16093), and an attempt to free font resourses on invalid
(Bug#16093), and an attempt to free font resources on invalid
display may lead to X protocol errors or segfaults. */
if (xfi->xfont && x_display_info_for_display (xfi->display))
{