]> 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:24:41 +0000 (19:24 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 19:24:41 +0000 (19:24 +0000)
checksetup.pl

index 04ee1a48ec564bc6efeffb41d566e8be4674c917..f9b3e7a3ae768e89c6b2161e1c70f19b536d9185 100755 (executable)
@@ -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";