From 61d208ade58acc2b7c0d231f6045d09a151fffa3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 21 Dec 2013 23:23:49 -0800 Subject: [PATCH] Spelling fix. --- src/xfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.39.2