[Libreoffice-commits] core.git: sw/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 08:57:51 UTC 2019


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

New commits:
commit 70a67eed625d3d0d0b3b21df8705b2b24e3f8baa
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Aug 11 20:38:13 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Aug 12 10:56:27 2019 +0200

    wether->whether
    
    Change-Id: I588b7cc4b494e6569e7a7ba95e57e666d029b72b
    Reviewed-on: https://gerrit.libreoffice.org/77324
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/core/unocore/unotext.cxx b/sw/source/core/unocore/unotext.cxx
index e7ac0b634f1e..65ca22480557 100644
--- a/sw/source/core/unocore/unotext.cxx
+++ b/sw/source/core/unocore/unotext.cxx
@@ -1485,7 +1485,7 @@ SwXText::appendTextContent(
     return insertTextContentWithProperties(xTextContent, rCharacterAndParagraphProperties, xInsertPosition);
 }
 
-// determine wether SwFrameFormat is a graphic node
+// determine whether SwFrameFormat is a graphic node
 static bool isGraphicNode(const SwFrameFormat* pFrameFormat)
 {
     // safety


More information about the Libreoffice-commits mailing list