enfore -> enforce

Closes #8281
This commit is contained in:
Ikko Ashimine 2022-01-15 15:56:27 +09:00 коммит произвёл Daniel Stenberg
Родитель 66250c4d51
Коммит 7053c9138f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -827,7 +827,7 @@ sub scanfile {
# A rather more interesting, and correct, check would be to not test
# only locally committed files but inspect all files wrt the year of
# their last commit. Removing the `git rev-list origin/master..HEAD`
# condition below will enfore copyright year checks against the year
# condition below will enforce copyright year checks against the year
# the file was last committed (and thus edited to some degree).
my $commityear = undef;
@copyright = sort {$$b{year} cmp $$a{year}} @copyright;