Fix a typo/wordsmith a description modified in r343407

r343407 accidentally introduced a typo (folling -> following). While
reading the change out loud, I realized that the original sentence was
wordy. almost sounding like a run-on sentence.

Improve the flow by splitting up the two thoughts into two distinct sentence
fragments.

PR:		194547, 208497
Reviewed by:	emaste
Approved by:	emaste (mentor)
MFC after:	1 month
MFC with:	r343407
Differential Revision: https://reviews.freebsd.org/D18947
This commit is contained in:
Enji Cooper 2019-01-24 20:35:58 +00:00
parent 9e8c28fcc0
commit b882e02bc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343412

View File

@ -1959,8 +1959,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