Fix typo in code

Change-Id: I2d9c6e1c90c445bc6b2df257ed5c2e845225e987
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169152
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
Andrea Gelmini 2024-06-18 20:43:04 +02:00
parent e5c55b2cfc
commit c51d428510

View file

@ -510,8 +510,8 @@ ImplFontAttrTypeSearchData const aImplTypeAttrSearchList[] =
{ "monotype", ImplFontAttrs::None },
{ "linotype", ImplFontAttrs::None },
{ "titling", ImplFontAttrs::Titling },
{ "captitals", ImplFontAttrs::Capitals },
{ "captital", ImplFontAttrs::Capitals },
{ "capitals", ImplFontAttrs::Capitals },
{ "capital", ImplFontAttrs::Capitals },
{ "caps", ImplFontAttrs::Capitals },
{ "italic", ImplFontAttrs::Italic },
{ "oblique", ImplFontAttrs::Italic },