Skip to content

Commit 08628fa

Browse files
committed
Fix typos.
1 parent 78662c8 commit 08628fa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

less.hlp.VER

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Commands marked with * may be preceded by a number, _N.
55
Notes in parentheses indicate the behavior if _N is given.
6-
A key preceded by a carat indicates the Ctrl key; thus ^K is ctrl-K.
6+
A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K.
77

88
h H Display this help.
99
q :q Q :Q ZZ Exit.

lesskey.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ tstr(pp, xlate)
442442
}
443443
case '^':
444444
/*
445-
* Carat means CONTROL.
445+
* Caret means CONTROL.
446446
*/
447447
*pp = p+2;
448448
buf[0] = CONTROL(p[1]);

lesskey.nro.VER

+1-2
Original file line numberDiff line numberDiff line change
@@ -378,5 +378,4 @@ Suite 330, Boston, MA 02111-1307, USA.
378378
.PP
379379
Mark Nudelman <@@EMAIL@@>
380380
.br
381-
Send bug reports or comments to the above address or to [email protected].
382-
381+
Send bug reports or comments to [email protected].

0 commit comments

Comments
 (0)