diff options
author | Glen Barber <gjb@FreeBSD.org> | 2018-05-04 21:17:29 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2018-05-04 21:17:29 +0000 |
commit | ef470d031a05da3bba5cd10561f22941b8da6bf7 (patch) | |
tree | 65a2163d01700e4b5e302d33938de066bc2cd4d9 /release | |
parent | 0e5c6bd43646821dc676a6db03b7175f2668ec88 (diff) | |
download | src-test2-ef470d031a05da3bba5cd10561f22941b8da6bf7.tar.gz src-test2-ef470d031a05da3bba5cd10561f22941b8da6bf7.zip |
Notes
Diffstat (limited to 'release')
-rw-r--r-- | release/tools/gce.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/tools/gce.conf b/release/tools/gce.conf index 626e5b5f14c0..1ae830ce7905 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -87,7 +87,7 @@ EOF # To meet GCE marketplace requirements, extract the src.txz and # ports.txz distributions to the target virtual machine disk image - # and fetch the sources for the third-part software installed on + # and fetch the sources for the third-party software installed on # the image. if [ ! -c "${DESTDIR}/dev/null" ]; then mkdir -p ${DESTDIR}/dev |