summaryrefslogtreecommitdiff
path: root/src/ftfont.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-01-05 22:25:30 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-01-05 22:25:30 -0800
commitd5081c1ed8e0dd509007b7a617d2640686e91f75 (patch)
tree5937286793780defc1108b003ffb3157ad788d95 /src/ftfont.c
parentc6ab4664a6078ad91af0a61583734d99ba5569f7 (diff)
downloademacs-d5081c1ed8e0dd509007b7a617d2640686e91f75.tar.gz
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.
Diffstat (limited to 'src/ftfont.c')
-rw-r--r--src/ftfont.c2
1 files changed, 1 insertions, 1 deletions
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