From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 22 11:40:07 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72A181065678 for ; Thu, 22 Jan 2009 11:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4C5278FC19 for ; Thu, 22 Jan 2009 11:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0MBe7GQ095177 for ; Thu, 22 Jan 2009 11:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0MBe7K0095176; Thu, 22 Jan 2009 11:40:07 GMT (envelope-from gnats) Resent-Date: Thu, 22 Jan 2009 11:40:07 GMT Resent-Message-Id: <200901221140.n0MBe7K0095176@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yoshihiro Ota Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FCAF1065672 for ; Thu, 22 Jan 2009 11:36:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0CC598FC14 for ; Thu, 22 Jan 2009 11:36:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0MBacjN073394 for ; Thu, 22 Jan 2009 11:36:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0MBacP6073393; Thu, 22 Jan 2009 11:36:38 GMT (envelope-from nobody) Message-Id: <200901221136.n0MBacP6073393@www.freebsd.org> Date: Thu, 22 Jan 2009 11:36:38 GMT From: Yoshihiro Ota To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130874: [patch] fix typo in vi (subsitution -> substitution) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2009 11:40:08 -0000 >Number: 130874 >Category: misc >Synopsis: [patch] fix typo in vi (subsitution -> substitution) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 22 11:40:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yoshihiro Ota >Release: 7.1/CURRENT >Organization: >Environment: FreeBSD xxx 7.1-RELEASE FreeBSD 7.1-RELEASE #454: Thu Jan 1 04:21:14 EST 2009 xxx:/usr/obj/usr/src/sys/GENERIC i386 >Description: There are 2 typos. One of them is displayed with :exusage. There is another one in a doc file. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: contrib/nvi/docs/help =================================================================== RCS file: /home/ncvs/src/contrib/nvi/docs/help,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 help --- contrib/nvi/docs/help 1 Nov 1996 06:45:34 -0000 1.1.1.1 +++ contrib/nvi/docs/help 22 Jan 2009 11:30:32 -0000 @@ -129,7 +129,7 @@ ^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 Index: contrib/nvi/ex/ex_cmd.c =================================================================== RCS file: /home/ncvs/src/contrib/nvi/ex/ex_cmd.c,v retrieving revision 1.2 diff -u -r1.2 ex_cmd.c --- contrib/nvi/ex/ex_cmd.c 18 Apr 1997 23:36:41 -0000 1.2 +++ contrib/nvi/ex/ex_cmd.c 22 Jan 2009 11:30:32 -0000 @@ -68,7 +68,7 @@ {"&", ex_subagain, E_ADDR2, "s", "[line [,line]] & [cgr] [count] [#lp]", - "repeat the last subsitution"}, + "repeat the last substitution"}, /* C_STAR */ {"*", ex_at, 0, "b", >Release-Note: >Audit-Trail: >Unformatted: