From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 19:24:41 +0000 (+0000) Subject: Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its' ->... X-Git-Tag: bugzilla-2.22.1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0955602361c25b79825445031e9b98068497e3;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its' -> 'it's' in checksetup.pl; patch by Vlad Dascalu . --- diff --git a/checksetup.pl b/checksetup.pl index 04ee1a48ec..f9b3e7a3ae 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1053,8 +1053,8 @@ END chmod $fileperm, "Bugzilla/.htaccess"; } # Even though $datadir may not (and should not) be in the webtree, - # we can't know for sure, so create the .htaccess anyeay. Its harmless - # if its not accessible... + # we can't know for sure, so create the .htaccess anyway. It's harmless + # if it's not accessible... if (!-e "$datadir/.htaccess") { print "Creating $datadir/.htaccess...\n"; open HTACCESS, '>', "$datadir/.htaccess";