diff lisp/man.el @ 32495:b5e119e4bfcb

Fix typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 15 Oct 2000 05:52:05 +0000
parents b68d86c19284
children 8f8be2a8aed8
line wrap: on
line diff
--- 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))