sw/source/core/text/pormulti.cxx       |    2 +-
 vcl/source/gdi/CommonSalLayout.cxx     |    2 +-
 wizards/source/sfdialogs/SF_Dialog.xba |    6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 684ec4b870ad13b2eff3e10ef429f4e19bb57441
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Mon Apr 4 23:04:27 2022 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Tue Apr 5 07:08:04 2022 +0200

    Fix typos
    
    Change-Id: I77ad3b01dbb2e8f8438b6f4a30ca2239490fb8f6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132537
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/sw/source/core/text/pormulti.cxx b/sw/source/core/text/pormulti.cxx
index c798a0dfc519..3fb6a3091ad0 100644
--- a/sw/source/core/text/pormulti.cxx
+++ b/sw/source/core/text/pormulti.cxx
@@ -139,7 +139,7 @@ void SwMultiPortion::dumpAsXml(xmlTextWriterPtr pWriter, 
const OUString& rText,
 {
     (void)xmlTextWriterStartElement(pWriter, BAD_CAST("SwMultiPortion"));
     dumpAsXmlAttributes(pWriter, rText, nOffset);
-    // Indentionally not incrementing nOffset here, one of the child portions 
will do that.
+    // Intentionally not incrementing nOffset here, one of the child portions 
will do that.
 
     const SwLineLayout* pLine = &GetRoot();
     while (pLine)
diff --git a/vcl/source/gdi/CommonSalLayout.cxx 
b/vcl/source/gdi/CommonSalLayout.cxx
index 74478e0ef268..be6480bfde1a 100644
--- a/vcl/source/gdi/CommonSalLayout.cxx
+++ b/vcl/source/gdi/CommonSalLayout.cxx
@@ -437,7 +437,7 @@ bool 
GenericSalLayout::LayoutText(vcl::text::ImplLayoutArgs& rArgs, const SalLay
                             }
                         }
 
-                        // Charters with U and Tu vertical orientation should
+                        // Characters with U and Tu vertical orientation should
                         // be shaped in vertical direction. But characters
                         // with Tr should be shaped in vertical direction
                         // only if they have vertical alternates, otherwise
diff --git a/wizards/source/sfdialogs/SF_Dialog.xba 
b/wizards/source/sfdialogs/SF_Dialog.xba
index c772c9d1a4b4..fea3eac98f8f 100644
--- a/wizards/source/sfdialogs/SF_Dialog.xba
+++ b/wizards/source/sfdialogs/SF_Dialog.xba
@@ -341,7 +341,7 @@ Dim oParentPosSize As Object                &apos;  Parent 
com.sun.star.awt.Rectangle
 Dim lParentX As Long                           &apos;  X position of parent 
dialog
 Dim lParentY As Long                           &apos;  Y position of parent 
dialog
 Dim oPosSize As Object                         &apos;  Dialog 
com.sun.star.awt.Rectangle
-Dim iFlags As Integer                          &apos;  
com.sun.star.awt.PosSize conatnts
+Dim iFlags As Integer                          &apos;  
com.sun.star.awt.PosSize constants
 Const cstThisSub = &quot;SFDialogs.Dialog.Center&quot;
 Const cstSubArgs = &quot;[Parent]&quot;
 
@@ -756,7 +756,7 @@ Public Function Resize(Optional ByVal Left As Variant _
 
 Dim bResize As Boolean                         &apos;  Return value
 Dim oPosSize As Object                         &apos;  
com.sun.star.awt.Rectangle
-Dim iFlags As Integer                          &apos;  
com.sun.star.awt.PosSize conatnts
+Dim iFlags As Integer                          &apos;  
com.sun.star.awt.PosSize constants
 Const cstThisSub = &quot;SFDialogs.Dialog.Resize&quot;
 Const cstSubArgs = &quot;[Left], [Top], [Width], [Height]&quot;
 
@@ -1108,4 +1108,4 @@ Private Function _Repr() As String
 End Function   &apos;  SFDialogs.SF_Dialog._Repr
 
 REM ============================================ END OF SFDIALOGS.SF_DIALOG
-</script:module>
\ No newline at end of file
+</script:module>

Reply via email to