From 20525d8cdca8b09038a67520d7dba4b37027ae71 Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Wed, 2 Apr 2008 23:50:11 +0000 Subject: [PATCH] Fix comment typo. --- lisp/ps-bdf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5