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:
parent
9e8c28fcc0
commit
b882e02bc4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user