X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/7430c2a1791cc9fdd51b588998d26315489ac0d8..5396468298b0122469e0b41da8f49860d99a2b51:/lisp/terminal.el diff --git a/lisp/terminal.el b/lisp/terminal.el index 6fdaecf9c9..99f652f7df 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el @@ -1285,7 +1285,7 @@ in the directory specified by `te-terminfo-directory'." ;; Rename it to the desired name. ;; We use this roundabout approach ;; to avoid any risk of writing a name that - ;; was michievouslyt set up as a symlink. + ;; was mischievously set up as a symlink. (rename-file temp-file file-name)) ;; Now compile that source to make the binary that the ;; programs actually use.