aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-08-31 14:07:42 +0800
committerjmallett <jmallett@FreeBSD.org>2002-08-31 14:07:42 +0800
commite2959462dc5a118f1aeffbab2c85a34d7d6259bf (patch)
tree579ae8d901fad4591069d4776a738c4372c5639d
parent796ed5ebb6741e057003e81a5fd2f22a218d7f1c (diff)
downloadfreebsd-ports-gnome-e2959462dc5a118f1aeffbab2c85a34d7d6259bf.tar.gz
freebsd-ports-gnome-e2959462dc5a118f1aeffbab2c85a34d7d6259bf.tar.zst
freebsd-ports-gnome-e2959462dc5a118f1aeffbab2c85a34d7d6259bf.zip
Grammar cleanups to make the Engrish more readable.
-rwxr-xr-xCVSROOT/commit_prep.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl
index d6074843061a..9f517b923079 100755
--- a/CVSROOT/commit_prep.pl
+++ b/CVSROOT/commit_prep.pl
@@ -5,9 +5,9 @@
#
# Perl filter to handle pre-commit checking of files. This program
# records the last directory where commits will be taking place for
-# use by the log_accumulate script. For new file, it forcing the
+# use by the log_accum.pl script. For new files, it forces the
# existence of a RCS "Id" keyword in the first ten lines of the file.
-# For existing files, it checks version number in the "Id" line to
+# For existing files, it checks the version number in the "Id" line to
# prevent losing changes because an old version of a file was copied
# into the direcory.
#