]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment typo.
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 2 Apr 2008 23:50:11 +0000 (23:50 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 2 Apr 2008 23:50:11 +0000 (23:50 +0000)
lisp/ps-bdf.el

index 35ba405b8f929ce35b71c6e4565d7cfad53993ca..9ec27c31a5a5dcdd89b571153b688d1591c00bfc 100644 (file)
@@ -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))