Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 16:54:28 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309060 - head/tools/tools/nanobsd/Files/root
Message-ID:  <201611231654.uANGsSxE039056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Wed Nov 23 16:54:27 2016
New Revision: 309060
URL: https://svnweb.freebsd.org/changeset/base/309060

Log:
  Fix comment typo.
  
  PR:		208484
  Submitted by:	madpilot
  MFC after:	1 week

Modified:
  head/tools/tools/nanobsd/Files/root/save_cfg

Modified: head/tools/tools/nanobsd/Files/root/save_cfg
==============================================================================
--- head/tools/tools/nanobsd/Files/root/save_cfg	Wed Nov 23 14:15:51 2016	(r309059)
+++ head/tools/tools/nanobsd/Files/root/save_cfg	Wed Nov 23 16:54:27 2016	(r309060)
@@ -66,7 +66,7 @@ do
 			#	i) -> add file to ignore list (/cfg/.ignore hiereachy) and never save
 			#	      try to add this file to /cfg.
 			#
-			# touch is ised to add files to /cfg to keep the script flow straight and easy
+			# touch is used to add files to /cfg to keep the script flow straight and easy
 			#
 			read -p "New file /etc/$filename found. Add to /cfg (y/n/i)? " key
 			case "$key" in



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