diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-24 12:59:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-24 12:59:29 +0000 |
commit | 06a21e7447ce95e70751bcdd157937828f1f86aa (patch) | |
tree | 24dadc9e7c9d98647cd980fcf4e077e2866679c2 /usr.bin/less | |
parent | 9b160b02c4fc761cb4997df97b753b15288c922c (diff) |
some spelling fixes from Martynas Venckus
Diffstat (limited to 'usr.bin/less')
-rw-r--r-- | usr.bin/less/cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/cmd.h b/usr.bin/less/cmd.h index 8f300dbe029..633e84cb3a6 100644 --- a/usr.bin/less/cmd.h +++ b/usr.bin/less/cmd.h @@ -77,7 +77,7 @@ #define A_EXTRA 0200 -/* Line editting characters */ +/* Line editing characters */ #define EC_BACKSPACE 1 #define EC_LINEKILL 2 |