diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /usr.bin/mg/file.c | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'usr.bin/mg/file.c')
-rw-r--r-- | usr.bin/mg/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/file.c b/usr.bin/mg/file.c index 52cce2d07d1..92d6fb7a596 100644 --- a/usr.bin/mg/file.c +++ b/usr.bin/mg/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.26 2003/10/13 02:29:29 vincent Exp $ */ +/* $OpenBSD: file.c,v 1.27 2003/11/08 19:17:29 jmc Exp $ */ /* * File commands. @@ -365,7 +365,7 @@ out: lp2 = NULL; * Ask for a file name and write the contents of the current buffer to that * file. Update the remembered file name and clear the buffer changed flag. * This handling of file names is different from the earlier versions and - * is more compatable with Gosling EMACS than with ITS EMACS. + * is more compatible with Gosling EMACS than with ITS EMACS. */ /* ARGSUSED */ int |