1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00: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))
{