svn commit: r309885 - stable/10/tools/tools/nanobsd/Files/root
Christian Brueffer
brueffer at FreeBSD.org
Mon Dec 12 11:04:23 UTC 2016
Author: brueffer
Date: Mon Dec 12 11:04:22 2016
New Revision: 309885
URL: https://svnweb.freebsd.org/changeset/base/309885
Log:
MFC: r309060
Fix comment typo.
PR: 208484
Submitted by: madpilot
Modified:
stable/10/tools/tools/nanobsd/Files/root/save_cfg
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/tools/tools/nanobsd/Files/root/save_cfg
==============================================================================
--- stable/10/tools/tools/nanobsd/Files/root/save_cfg Mon Dec 12 11:02:55 2016 (r309884)
+++ stable/10/tools/tools/nanobsd/Files/root/save_cfg Mon Dec 12 11:04:22 2016 (r309885)
@@ -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-stable
mailing list