From d5081c1ed8e0dd509007b7a617d2640686e91f75 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 5 Jan 2014 22:25:30 -0800 Subject: Spelling fixes. * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel): * emacs-lisp/debug.el (cancel-debug-on-entry): * epg.el (epg-error-to-string): * files.el (recover-file): * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): * mail/emacsbug.el (report-emacs-bug-hook): * mail/sendmail.el (mail-recover): * ses.el (ses-yank-resize): * term/ns-win.el (ns-print-buffer): Spelling fixes in diagnostics, mostly for "canceled" with one L. * epg.el (epg-key-capability-alist): Rename from misspelled version. All uses changed. * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name. --- src/ftfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ftfont.c') diff --git a/src/ftfont.c b/src/ftfont.c index 1df61b20a5f..384989732e1 100644 --- a/src/ftfont.c +++ b/src/ftfont.c @@ -54,7 +54,7 @@ static Lisp_Object freetype_font_cache; /* Cache for FT_Face and FcCharSet. */ static Lisp_Object ft_face_cache; -/* The actual structure for FreeType font that can be casted to struct +/* The actual structure for FreeType font that can be cast to struct font. */ struct ftfont_info -- cgit v1.2.1