aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2013-12-21 23:23:49 -0800
committerPaul Eggert2013-12-21 23:23:49 -0800
commit61d208ade58acc2b7c0d231f6045d09a151fffa3 (patch)
treeaceed905534dd2b75c28a6607f492fe7a2037447 /src
parent8fc36a68035c3145d90460de481aa78eda3c8d86 (diff)
downloademacs-61d208ade58acc2b7c0d231f6045d09a151fffa3.tar.gz
emacs-61d208ade58acc2b7c0d231f6045d09a151fffa3.zip
Spelling fix.
Diffstat (limited to 'src')
-rw-r--r--src/xfont.c2
1 files changed, 1 insertions, 1 deletions
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)
895 struct xfont_info *xfi = (struct xfont_info *) font; 895 struct xfont_info *xfi = (struct xfont_info *) font;
896 896
897 /* This function may be called from GC when X connection is gone 897 /* This function may be called from GC when X connection is gone
898 (Bug#16093), and an attempt to free font resourses on invalid 898 (Bug#16093), and an attempt to free font resources on invalid
899 display may lead to X protocol errors or segfaults. */ 899 display may lead to X protocol errors or segfaults. */
900 if (xfi->xfont && x_display_info_for_display (xfi->display)) 900 if (xfi->xfont && x_display_info_for_display (xfi->display))
901 { 901 {