svn commit: r210640 - in stable/8/contrib/nvi: docs ex

Jaakko Heinonen jh at FreeBSD.org
Fri Jul 30 11:55:53 UTC 2010


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",


More information about the svn-src-all mailing list