]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 Dec 2013 07:23:49 +0000 (23:23 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 Dec 2013 07:23:49 +0000 (23:23 -0800)
src/xfont.c

index df69c9141bd4a5b05c4706980500f65a5ed45280..72437f374e8abc0248c97bd6b54a53af840a9e0f 100644 (file)
@@ -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))
     {