Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2010 18:03:40 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r212327 - in stable/7/contrib/nvi: docs ex
Message-ID:  <201009081803.o88I3eJI057392@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009081803.o88I3eJI057392>