svn commit: r208611 - in head/contrib/nvi: docs ex

Jaakko Heinonen jh at FreeBSD.org
Fri May 28 09:26:54 UTC 2010


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


More information about the svn-src-head mailing list