From da93e82d2476afdaa356dd452eef23a7dee7fa3c Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Fri, 28 May 2010 09:26:53 +0000 Subject: [PATCH] Fix misspelling of "substitution". PR: bin/130874 Submitted by: Yoshihiro Ota --- contrib/nvi/docs/help | 2 +- contrib/nvi/ex/ex_cmd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/nvi/docs/help b/contrib/nvi/docs/help index 81df84aa1353..a7b5d748e043 100644 --- a/contrib/nvi/docs/help +++ b/contrib/nvi/docs/help @@ -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 diff --git a/contrib/nvi/ex/ex_cmd.c b/contrib/nvi/ex/ex_cmd.c index 8c9801df4291..5124aeb58cdb 100644 --- a/contrib/nvi/ex/ex_cmd.c +++ b/contrib/nvi/ex/ex_cmd.c @@ -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",