svn commit: r344805 - stable/12/usr.sbin/freebsd-update

Ed Maste emaste at FreeBSD.org
Tue Mar 5 18:23:32 UTC 2019


Author: emaste
Date: Tue Mar  5 18:23:31 2019
New Revision: 344805
URL: https://svnweb.freebsd.org/changeset/base/344805

Log:
  MFC r343412: Fix a typo/wordsmith a description modified in [MFC of r343407]

Modified:
  stable/12/usr.sbin/freebsd-update/freebsd-update.sh
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.sbin/freebsd-update/freebsd-update.sh
==============================================================================
--- stable/12/usr.sbin/freebsd-update/freebsd-update.sh	Tue Mar  5 18:20:16 2019	(r344804)
+++ stable/12/usr.sbin/freebsd-update/freebsd-update.sh	Tue Mar  5 18:23:31 2019	(r344805)
@@ -1922,8 +1922,9 @@ fetch_create_manifest () {
 	# Report to the user if any updates were avoided due to local changes
 	if [ -s modifiedfiles ]; then
 		cat - modifiedfiles <<- EOF | ${PAGER}
-			The folling files are affected by updates but no changes have
-			been downloaded because the files have been modified locally:
+			The following files are affected by updates. No changes have
+			been downloaded, however, because the files have been modified
+			locally:
 		EOF
 	fi
 	rm modifiedfiles


More information about the svn-src-all mailing list