MAINTAINERS: repair file entry in DOCUMENTATION
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Wed, 17 Apr 2024 10:14:29 +0000 (12:14 +0200)
committerJonathan Corbet <corbet@lwn.net>
Wed, 24 Apr 2024 19:15:39 +0000 (13:15 -0600)
commita3b97f341d03f7e46273c845de6c711c7f215d5c
treec1ed964c3b8d8e54568448268cc5efcb2cfa09c1
parent3adde4c5f230e462211b41f1eae37077a0bbd8cd
MAINTAINERS: repair file entry in DOCUMENTATION

Commit 1e596d5eff3d ("docs: Detect variable fonts and suggest denylisting
them") adds the new script check-variable-fonts.sh and intends to refer to
it in the DOCUMENTATION section in MAINTAINERS. However, the file entry
refers to scripts/check-variable-font.sh. Note the missing "s".

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this new file entry in the DOCUMENTATION section.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240417101429.240495-1-lukas.bulwahn@redhat.com
MAINTAINERS