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

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

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

Modified: stable/11/usr.sbin/freebsd-update/freebsd-update.sh
==============================================================================
--- stable/11/usr.sbin/freebsd-update/freebsd-update.sh Tue Mar  5 18:23:31 
2019        (r344805)
+++ stable/11/usr.sbin/freebsd-update/freebsd-update.sh Tue Mar  5 18:23:55 
2019        (r344806)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to