unotools/source/config/fontcfg.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c51d428510c855423c9e264e7eaa355f7c26a215
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Jun 18 20:43:04 2024 +0200
Commit:     Andrea Gelmini <[email protected]>
CommitDate: Fri Jun 21 07:43:42 2024 +0200

    Fix typo in code
    
    Change-Id: I2d9c6e1c90c445bc6b2df257ed5c2e845225e987
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169152
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <[email protected]>

diff --git a/unotools/source/config/fontcfg.cxx 
b/unotools/source/config/fontcfg.cxx
index aafa5246274e..2813131b1472 100644
--- a/unotools/source/config/fontcfg.cxx
+++ b/unotools/source/config/fontcfg.cxx
@@ -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 },

Reply via email to