From owner-svn-src-all@FreeBSD.ORG Fri May 28 09:26:54 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B6AC106567B; Fri, 28 May 2010 09:26:54 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 59CCB8FC08; Fri, 28 May 2010 09:26:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4S9Qsch048475; Fri, 28 May 2010 09:26:54 GMT (envelope-from jh@svn.freebsd.org) Received: (from jh@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4S9QsWC048472; Fri, 28 May 2010 09:26:54 GMT (envelope-from jh@svn.freebsd.org) Message-Id: <201005280926.o4S9QsWC048472@svn.freebsd.org> From: Jaakko Heinonen Date: Fri, 28 May 2010 09:26:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208611 - in head/contrib/nvi: docs ex X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2010 09:26:54 -0000 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",