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

New commits:
commit 1f3da13e383f6333fd82b122c323e4aaf0898f82
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 20 19:38:37 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Apr 21 09:13:31 2022 +0200

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

diff --git a/sw/source/core/txtnode/fntcache.cxx 
b/sw/source/core/txtnode/fntcache.cxx
index 3e1a6f9b2c67..cfcf549c45b7 100644
--- a/sw/source/core/txtnode/fntcache.cxx
+++ b/sw/source/core/txtnode/fntcache.cxx
@@ -1610,7 +1610,7 @@ void SwFntObj::DrawText( SwDrawTextInfo &rInf )
                     aKernArray[i-1] = aKernArray[i-1] - nSpaceAdd;
 
                 // Some glyph items use more than one sal_Unicode, eg. CJK 
ideograph extensions
-                // or unicode IVS. Don't assign space multiple times in case 
the orginal text array
+                // or unicode IVS. Don't assign space multiple times in case 
the original text array
                 // have the same values.
                 while(i < sal_Int32(nCnt) && aKernArray[i] == nOldValue)
                 {

Reply via email to