aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-06-28 12:27:43 +0800
committerlinimon <linimon@FreeBSD.org>2006-06-28 12:27:43 +0800
commitd8d6ebce6c9bd6717dfc59c56df09185c5eec49e (patch)
tree97db72d56779e8eede94ca02cffffa894d82340f
parent11cc9429d6a49f4652ef7756e8c9b66c61bf0d15 (diff)
downloadfreebsd-ports-gnome-d8d6ebce6c9bd6717dfc59c56df09185c5eec49e.tar.gz
freebsd-ports-gnome-d8d6ebce6c9bd6717dfc59c56df09185c5eec49e.tar.zst
freebsd-ports-gnome-d8d6ebce6c9bd6717dfc59c56df09185c5eec49e.zip
Fix edit-o.
-rwxr-xr-xTools/portbuild/scripts/dopackagestats2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/dopackagestats b/Tools/portbuild/scripts/dopackagestats
index c420f832d97c..f981ae250623 100755
--- a/Tools/portbuild/scripts/dopackagestats
+++ b/Tools/portbuild/scripts/dopackagestats
@@ -113,7 +113,7 @@ echo "<li><b>INDEX</b> is number of ports in the INDEX file built from the lates
echo "<li><b>packages</b> is number of packages successfully built.</li>" >> ${TMPFILE}
echo "<li><b>errors</b> is number of packages that failed.</li>" >> ${TMPFILE}
echo "<li><b>skipped</b> is number of packages that were skipped due to NO_PACKAGE, IGNORE, BROKEN, FORBIDDEN, and so forth (\"duds\" file).</li>" >> ${TMPFILE}
-echo "<li><b>missing</b> is the INDEX column minus anothers. These are packages that have not been built for one reason or the other.</li>" >> ${TMPFILE}
+echo "<li><b>missing</b> is the INDEX column minus the others. These are packages that have not been built for one reason or another.</li>" >> ${TMPFILE}
echo "<li><b>done</b> is whether that run terminated normally or not.</li>" >> ${TMPFILE}
echo "</ul>" >> ${TMPFILE}