summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2006-09-02 10:47:01 +0000
committercperciva <cperciva@FreeBSD.org>2006-09-02 10:47:01 +0000
commitbba5063847914c63231200861881fc5476b985a7 (patch)
treeb865bcdc3a29c63f941002d22d702030441fb210 /usr.sbin
parent3ea08baaf659f7742c9080f180616567fe424f64 (diff)
downloadFreeBSD-src-bba5063847914c63231200861881fc5476b985a7.zip
FreeBSD-src-bba5063847914c63231200861881fc5476b985a7.tar.gz
Conform to wider English usage.
Submitted by: Royce Williams
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/freebsd-update/freebsd-update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh
index d2c546a..3d6d52e 100644
--- a/usr.sbin/freebsd-update/freebsd-update.sh
+++ b/usr.sbin/freebsd-update/freebsd-update.sh
@@ -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
OpenPOWER on IntegriCloud