]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its' ->...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 19:26:14 +0000 (19:26 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 19:26:14 +0000 (19:26 +0000)
checksetup.pl

index b4daf7ebe043186f8d2575e1799fed7275c5dde8..7e77ac71148189b0d549408109fbdd246570ab29 100755 (executable)
@@ -1104,8 +1104,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";