From: Eli Zaretskii Date: Fri, 9 Feb 2001 19:07:16 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: emacs-pretest-21.0.98~64 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e22d295dc6613a5233c54425795309192001c63;p=emacs.git Fix a typo in a comment. --- diff --git a/lisp/international/latin1-disp.el b/lisp/international/latin1-disp.el index 4f644eda725..511ff03e816 100644 --- a/lisp/international/latin1-disp.el +++ b/lisp/international/latin1-disp.el @@ -26,7 +26,7 @@ ;; This package sets up display of ISO 8859-n for n>1 by substituting ;; Latin-1 characters and sequences of them for characters which can't -;; be displayed, either beacuse we're on a tty or beacuse we don't +;; be displayed, either because we're on a tty or because we don't ;; have the relevant window system fonts available. For instance, ;; Latin-9 is very similar to Latin-1, so we can display most Latin-9 ;; characters using the Latin-1 characters at the same code point and