1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Conform to wider English usage.

Submitted by:	Royce Williams
This commit is contained in:
Colin Percival 2006-09-02 10:47:01 +00:00
parent 33c207f0e2
commit b698a3ab22
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161869

View File

@ -1046,7 +1046,7 @@ fetch_metadata () {
return 0
}
# Generated a filtered version of the metadata file $1 from the downloaded
# Generate a filtered version of the metadata file $1 from the downloaded
# file, by fishing out the lines corresponding to components we're trying
# to keep updated, and then removing lines corresponding to paths we want
# to ignore.
@ -1521,7 +1521,7 @@ fetch_warn_eol () {
if [ ${EOLTIME} -lt ${NOWTIME} ]; then
echo
cat <<-EOF
WARNING: `uname -sr` HAS PAST ITS END-OF-LIFE DATE.
WARNING: `uname -sr` HAS PASSED ITS END-OF-LIFE DATE.
Any security issues discovered after `date -r ${EOLTIME}`
will not have been corrected.
EOF