From: Paul Eggert Date: Sun, 22 Dec 2013 07:23:49 +0000 (-0800) Subject: Spelling fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61d208ade58acc2b7c0d231f6045d09a151fffa3;p=emacs.git Spelling fix. --- diff --git a/src/xfont.c b/src/xfont.c index df69c9141bd..72437f374e8 100644 --- a/src/xfont.c +++ b/src/xfont.c @@ -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)) {