# HG changeset patch # User Eli Zaretskii # Date 981745636 0 # Node ID bd020356c644bea8d768b8f70387b60115ef8331 # Parent bcfd3652b3c18c5533bc9208c6826946339436c2 Fix a typo in a comment. diff -r bcfd3652b3c1 -r bd020356c644 lisp/international/latin1-disp.el --- a/lisp/international/latin1-disp.el Fri Feb 09 17:17:17 2001 +0000 +++ b/lisp/international/latin1-disp.el Fri Feb 09 19:07:16 2001 +0000 @@ -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