sw/source/core/bastyp/init.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5ae5728350e7b7b0392df2b3e27f55c6611f842e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 13 18:41:39 2024 +0100
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Tue Feb 13 23:07:37 2024 +0100

    Fix typo
    
    Change-Id: I4d968280a5231bbd90496acc3ceabd065fc22fc2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163320
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/sw/source/core/bastyp/init.cxx b/sw/source/core/bastyp/init.cxx
index 7827281b9fee..177b11433cd8 100644
--- a/sw/source/core/bastyp/init.cxx
+++ b/sw/source/core/bastyp/init.cxx
@@ -361,7 +361,7 @@ ItemInfoPackage& getItemInfoPackageSwAttributes()
             { RES_PARATR_TABSTOP, new SvxTabStopItem( 1, SVX_TAB_DEFDIST, 
SvxTabAdjust::Default, RES_PARATR_TABSTOP ), SID_ATTR_TABSTOP, 
SFX_ITEMINFOFLAG_SUPPORT_SURROGATE  },
 
             // for this at the Item GetMaxHyphens() = 0 was called, do this 
now on-demand at construction time
-            // it willl get added in costructor below once for LO runtime as 
static default
+            // it will get added in costructor below once for LO runtime as 
static default
             { RES_PARATR_HYPHENZONE, nullptr, SID_ATTR_PARA_HYPHENZONE, 
SFX_ITEMINFOFLAG_NONE  },
 
             { RES_PARATR_DROP, new SwFormatDrop, FN_FORMAT_DROPCAPS, 
SFX_ITEMINFOFLAG_NONE  },

Reply via email to