Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its' -> 'it's' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.

This commit is contained in:
vladd%bugzilla.org 2006-06-19 12:26:14 +00:00
Родитель e852990674
Коммит 15a12b6dca
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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";