# HG changeset patch # User Vinicius Jose Latorre # Date 1207180211 0 # Node ID ab068ffc7048cf001eaaf78465b51f2d32f98a11 # Parent 80816955b2c72198181e8f2ad6e03003bd8f2bc7 Fix comment typo. diff -r 80816955b2c7 -r ab068ffc7048 lisp/ps-bdf.el --- a/lisp/ps-bdf.el Wed Apr 02 21:24:30 2008 +0000 +++ b/lisp/ps-bdf.el Wed Apr 02 23:50:11 2008 +0000 @@ -243,7 +243,7 @@ (setq size (string-to-number (match-string 1))) (search-forward "\nSIZE ") (setq size (read (current-buffer))) - ;; The following kludgy code is t avoid bugs of several + ;; The following kludgy code is to avoid bugs of several ;; fonts which have wrong SIZE record. (and (string-match "jiskan" bdfname) (<= size (/ (aref font-bounding-box 1) 3))