svn commit: r309884 - stable/11/tools/tools/nanobsd/Files/root

Christian Brueffer brueffer at FreeBSD.org
Mon Dec 12 11:02:57 UTC 2016


Author: brueffer
Date: Mon Dec 12 11:02:55 2016
New Revision: 309884
URL: https://svnweb.freebsd.org/changeset/base/309884

Log:
  MFC: r309060
  
  Fix comment typo.
  
  PR:		208484
  Submitted by:	madpilot

Modified:
  stable/11/tools/tools/nanobsd/Files/root/save_cfg
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/tools/tools/nanobsd/Files/root/save_cfg
==============================================================================
--- stable/11/tools/tools/nanobsd/Files/root/save_cfg	Mon Dec 12 10:57:32 2016	(r309883)
+++ stable/11/tools/tools/nanobsd/Files/root/save_cfg	Mon Dec 12 11:02:55 2016	(r309884)
@@ -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


More information about the svn-src-all mailing list