nterm fix typos

 

File modified: lisp/ivan/nterm.el

Change286 at Sat May 01 17:39:01 2010 +0200 by Ivan Kanis <ivan@tao>

diff -r 65edbe722438 -r c6436d76655c lisp/ivan/nterm.el
--- a/lisp/ivan/nterm.el	Fri Apr 30 08:39:14 2010 +0200
+++ b/lisp/ivan/nterm.el	Sat May 01 17:39:01 2010 +0200
@@ -11,12 +11,12 @@
 ;; This file is not part of GNU Emacs.
 
 ;;; Commentary:
-;; Copyright is a the bottome of this file
+;; Copyright is at the bottom of this file
 
 ;; Disclaimer: nterm is *alpha* software. It will blow up. Don't blame
 ;; me, I warned you! A good terminal emulator architecture has display
 ;; memory and a table of functions for each character coming in. I
-;; have been int the terminal emulation business for seven years so I
+;; have been in the terminal emulation business for seven years so I
 ;; ought to know.
 
 ;; Nterm is meant to be a full vt100 compatible terminal emulator. It
@@ -73,7 +73,6 @@
 ;; A: Nope, it's vt100 character set, 8 bit character are just ignored
 ;; for now
 
-
 ;;; THANKS:
 
 ;;; BUGS:


back