From c72bfb0d5831e5203b5ad7bddfed54390811429f Mon Sep 17 00:00:00 2001 From: "matty%chariot.net.au" <> Date: Fri, 6 Sep 2002 10:58:59 +0000 Subject: Spelling fixes. --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checksetup.pl') 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"; -- cgit v1.2.3-24-g4f1b