summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2004-05-20 00:19:13 +0200
committertimeless%mozdev.org <>2004-05-20 00:19:13 +0200
commitc8d6a7985eb70202f17efdf1a091c03da6be8a36 (patch)
tree93b7642ddd4e2d327bdae120c48152d8cb63ff43 /checksetup.pl
parent680ffe30d46b1b9921ab1419ac5906a3513a78d5 (diff)
downloadbugzilla-c8d6a7985eb70202f17efdf1a091c03da6be8a36.tar.gz
bugzilla-c8d6a7985eb70202f17efdf1a091c03da6be8a36.tar.xz
Bug 244053 grammar bug in checksetup
r=justdave a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/checksetup.pl b/checksetup.pl
index dc1b31983..76ef20732 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -426,11 +426,11 @@ use Bugzilla::Config qw(:DEFAULT :admin :locations);
# know, we never want to overwrite your own version of 'localconfig', so
# we can't put it into the CVS/tarfile, can we?
#
-# Now, we need a new variable. We simply add the necessary stuff to checksetup.
-# The user get's the new version of Bugzilla from the CVS, runs checksetup
-# and checksetup finds out "Oh, there is something new". Then it adds some
-# default value to the user's local setup and informs the user to check that
-# to see if that is what the user wants.
+# Now, when we need a new variable, we simply add the necessary stuff to
+# checksetup. When the user gets the new version of Bugzilla from CVS and
+# runs checksetup, it finds out "Oh, there is something new". Then it adds
+# some default value to the user's local setup and informs the user to
+# check that to see if it is what the user wants.
#
# Cute, ey?
#