Date: Fri, 28 May 2010 09:26:54 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r208611 - in head/contrib/nvi: docs ex Message-ID: <201005280926.o4S9QsWC048472@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jh Date: Fri May 28 09:26:53 2010 New Revision: 208611 URL: http://svn.freebsd.org/changeset/base/208611 Log: Fix misspelling of "substitution". PR: bin/130874 Submitted by: Yoshihiro Ota Modified: head/contrib/nvi/docs/help head/contrib/nvi/ex/ex_cmd.c Modified: head/contrib/nvi/docs/help ============================================================================== --- head/contrib/nvi/docs/help Fri May 28 07:34:20 2010 (r208610) +++ head/contrib/nvi/docs/help Fri May 28 09:26:53 2010 (r208611) @@ -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: head/contrib/nvi/ex/ex_cmd.c ============================================================================== --- head/contrib/nvi/ex/ex_cmd.c Fri May 28 07:34:20 2010 (r208610) +++ head/contrib/nvi/ex/ex_cmd.c Fri May 28 09:26:53 2010 (r208611) @@ -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",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005280926.o4S9QsWC048472>