diff options
| author | Paul Eggert | 2013-12-21 23:23:49 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-21 23:23:49 -0800 |
| commit | 61d208ade58acc2b7c0d231f6045d09a151fffa3 (patch) | |
| tree | aceed905534dd2b75c28a6607f492fe7a2037447 | |
| parent | 8fc36a68035c3145d90460de481aa78eda3c8d86 (diff) | |
| download | emacs-61d208ade58acc2b7c0d231f6045d09a151fffa3.tar.gz emacs-61d208ade58acc2b7c0d231f6045d09a151fffa3.zip | |
Spelling fix.
| -rw-r--r-- | src/xfont.c | 2 |
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 | { |