mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Fix misspelling of "substitution".
PR: bin/130874 Submitted by: Yoshihiro Ota
This commit is contained in:
parent
7bdc66dab8
commit
da93e82d24
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue