Fix misspelling of "substitution".

PR:		bin/130874
Submitted by:	Yoshihiro Ota
This commit is contained in:
Jaakko Heinonen 2010-05-28 09:26:53 +00:00
parent 7bdc66dab8
commit da93e82d24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208611
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ EX COMMANDS:
^D: scroll lines
!: filter lines through commands or run commands
#: display numbered lines
&: repeat the last subsitution
&: repeat the last substitution
*: execute a buffer
<: shift lines left
=: display line number

View File

@ -68,7 +68,7 @@ EXCMDLIST const cmds[] = {
{"&", ex_subagain, E_ADDR2,
"s",
"[line [,line]] & [cgr] [count] [#lp]",
"repeat the last subsitution"},
"repeat the last substitution"},
/* C_STAR */
{"*", ex_at, 0,
"b",