Fix misspelling of "substitution".

PR:		bin/130874
Submitted by:	Yoshihiro Ota
This commit is contained in:
jh 2010-05-28 09:26:53 +00:00
parent 5a45693652
commit 65161e63df
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",