From 7e9e009a0a92d6b6150338511c5a3bc24581e88c Mon Sep 17 00:00:00 2001 From: emaste Date: Tue, 5 Mar 2019 18:23:55 +0000 Subject: [PATCH] MFC r343412: Fix a typo/wordsmith a description modified in [MFC of r343407] --- usr.sbin/freebsd-update/freebsd-update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh index ace99f3f6a8..d387783c0d8 100644 --- a/usr.sbin/freebsd-update/freebsd-update.sh +++ b/usr.sbin/freebsd-update/freebsd-update.sh @@ -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 -- 2.45.2