changeset 93559:ab068ffc7048

Fix comment typo.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Wed, 02 Apr 2008 23:50:11 +0000
parents 80816955b2c7
children 6649daf7bf6f
files lisp/ps-bdf.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))