summaryrefslogtreecommitdiff
path: root/lisp/ps-bdf.el
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2008-04-02 23:50:11 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2008-04-02 23:50:11 +0000
commit20525d8cdca8b09038a67520d7dba4b37027ae71 (patch)
tree43ced232a750d71201eb220db84b317a825085a7 /lisp/ps-bdf.el
parentfa7056bcee65351a47e883094417092bb90b6fb3 (diff)
downloademacs-20525d8cdca8b09038a67520d7dba4b37027ae71.tar.gz
Fix comment typo.
Diffstat (limited to 'lisp/ps-bdf.el')
-rw-r--r--lisp/ps-bdf.el2
1 files changed, 1 insertions, 1 deletions
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))