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:
parent
8fc36a6803
commit
61d208ade5
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue