Author: jh Date: Wed Sep 8 18:03:40 2010 New Revision: 212327 URL: http://svn.freebsd.org/changeset/base/212327
Log: MFC r208611: Fix misspelling of "substitution". PR: bin/130874 Modified: stable/7/contrib/nvi/docs/help stable/7/contrib/nvi/ex/ex_cmd.c Directory Properties: stable/7/contrib/nvi/ (props changed) Modified: stable/7/contrib/nvi/docs/help ============================================================================== --- stable/7/contrib/nvi/docs/help Wed Sep 8 17:53:34 2010 (r212326) +++ stable/7/contrib/nvi/docs/help Wed Sep 8 18:03:40 2010 (r212327) @@ -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 Modified: stable/7/contrib/nvi/ex/ex_cmd.c ============================================================================== --- stable/7/contrib/nvi/ex/ex_cmd.c Wed Sep 8 17:53:34 2010 (r212326) +++ stable/7/contrib/nvi/ex/ex_cmd.c Wed Sep 8 18:03:40 2010 (r212327) @@ -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", _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"