svn commit: r309060 - head/tools/tools/nanobsd/Files/root

Christian Brueffer brueffer at FreeBSD.org
Wed Nov 23 16:54:29 UTC 2016


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


More information about the svn-src-all mailing list