From nobody@FreeBSD.org  Thu Jan 22 11:36:39 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1FCAF1065672
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <ota@j.email.ne.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] fix typo in vi (subsitution -> substitution)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         130874
>Category:       bin
>Synopsis:       [patch] fix typo in nvi(1) (subsitution -> substitution)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 22 11:40:06 UTC 2009
>Closed-Date:    Fri Sep 10 04:54:57 UTC 2010
>Last-Modified:  Fri Sep 10 04:54:57 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-bugs->jh 
Responsible-Changed-By: jh 
Responsible-Changed-When: Tue May 4 15:41:34 UTC 2010 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130874 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/130874: commit references a PR
Date: Fri, 28 May 2010 09:27:10 +0000 (UTC)

 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",
 _______________________________________________
 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-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: jh 
State-Changed-When: Fri May 28 09:41:23 UTC 2010 
State-Changed-Why:  
Patched in head (r208611). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130874 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/130874: commit references a PR
Date: Fri, 30 Jul 2010 11:57:15 +0000 (UTC)

 Author: jh
 Date: Fri Jul 30 11:55:52 2010
 New Revision: 210640
 URL: http://svn.freebsd.org/changeset/base/210640
 
 Log:
   MFC r208611:
   
   Fix misspelling of "substitution".
   
   PR:		bin/130874
 
 Modified:
   stable/8/contrib/nvi/docs/help
   stable/8/contrib/nvi/ex/ex_cmd.c
 Directory Properties:
   stable/8/contrib/nvi/   (props changed)
 
 Modified: stable/8/contrib/nvi/docs/help
 ==============================================================================
 --- stable/8/contrib/nvi/docs/help	Fri Jul 30 11:07:24 2010	(r210639)
 +++ stable/8/contrib/nvi/docs/help	Fri Jul 30 11:55:52 2010	(r210640)
 @@ -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/8/contrib/nvi/ex/ex_cmd.c
 ==============================================================================
 --- stable/8/contrib/nvi/ex/ex_cmd.c	Fri Jul 30 11:07:24 2010	(r210639)
 +++ stable/8/contrib/nvi/ex/ex_cmd.c	Fri Jul 30 11:55:52 2010	(r210640)
 @@ -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-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/130874: commit references a PR
Date: Wed,  8 Sep 2010 18:04:59 +0000 (UTC)

 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-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: jh 
State-Changed-When: Fri Sep 10 04:54:56 UTC 2010 
State-Changed-Why:  
Fixed in head, stable/8 and stable/7. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130874 
>Unformatted:
