# HG changeset patch # User Eli Zaretskii # Date 971589125 0 # Node ID b5e119e4bfcb58f4625725ae349c786bd5d4c6e4 # Parent 9306b911c6bdd15ffab9dafe8439867522ddaf81 Fix typo in a comment. diff -r 9306b911c6bd -r b5e119e4bfcb lisp/man.el --- a/lisp/man.el Sun Oct 15 05:51:16 2000 +0000 +++ b/lisp/man.el Sun Oct 15 05:52:05 2000 +0000 @@ -592,7 +592,7 @@ ;; But don't prevent decoding of the outside. (coding-system-for-write 'raw-text-unix) ;; We must decode the output by a coding system that the - ;; systen locale suggests in multibyte mode. + ;; system's locale suggests in multibyte mode. (coding-system-for-read (if default-enable-multibyte-characters locale-coding-system 'raw-text-unix))