sw/source/core/inc/swfntcch.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f13c92951d242b8c19d93a757a0b45ce1ff0f987
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Mar 13 12:32:23 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Mar 13 19:16:48 2022 +0100

    Fix typo in code
    
    Change-Id: I4655ae7da84f606e4a1d1b7e72dede609c43aada
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131498
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/sw/source/core/inc/swfntcch.hxx b/sw/source/core/inc/swfntcch.hxx
index 8c9e59b6897f..7e25d4d096ff 100644
--- a/sw/source/core/inc/swfntcch.hxx
+++ b/sw/source/core/inc/swfntcch.hxx
@@ -33,13 +33,13 @@ public:
 
     SwFontCache() : SwCache(50
 #ifdef DBG_UTIL
-    , "Global AttributSet/Font-Cache pSwFontCache"
+    , "Global AttributeSet/Font-Cache pSwFontCache"
 #endif
     ) {}
 
 };
 
-// AttributSet/Font-Cache, globale Variable, in FontCache.Cxx angelegt
+// AttributeSet/Font-Cache, globale Variable, in FontCache.Cxx angelegt
 extern SwFontCache *pSwFontCache;
 
 class SwFontObj final : public SwCacheObj

Reply via email to