From: Vinicius Jose Latorre Date: Wed, 2 Apr 2008 23:50:11 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: emacs-pretest-23.0.90~6664 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20525d8cdca8b09038a67520d7dba4b37027ae71;p=emacs.git Fix comment typo. --- diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index 35ba405b8f9..9ec27c31a5a 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el @@ -243,7 +243,7 @@ CODE, where N and CODE are in the following relation: (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))