summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormatty%chariot.net.au <>2002-09-06 12:58:59 +0200
committermatty%chariot.net.au <>2002-09-06 12:58:59 +0200
commitc72bfb0d5831e5203b5ad7bddfed54390811429f (patch)
tree79316290a0f76a34a5f853c2d7e35773ba5f2f16 /checksetup.pl
parentb60223f9f7c9fe517d7276486335ebf182ea8804 (diff)
downloadbugzilla-c72bfb0d5831e5203b5ad7bddfed54390811429f.tar.gz
bugzilla-c72bfb0d5831e5203b5ad7bddfed54390811429f.tar.xz
Spelling fixes.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 61ba9cf56..753229871 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -679,8 +679,8 @@ $::ENV{'PATH'} = $origPath;
# The |require "globals.pl"| above ends up creating a template object with
# a COMPILE_DIR of 'data'. This means that TT creates the directory for us,
-# so this code wouldn't run if we just checked for the existance of the
-# directory. Instead, check for the existance of 'data/nomail', which is
+# so this code wouldn't run if we just checked for the existence of the
+# directory. Instead, check for the existence of 'data/nomail', which is
# created in this block
unless (-d 'data' && -e 'data/nomail') {
print "Creating data directory ...\n";