svx/source/svdraw/svdoashp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dcffba40f8c46820ef589aaca97ba93a9323bf71
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Sep 14 11:54:10 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Wed Sep 14 12:01:10 2022 +0200

    Fix typo
    
    Change-Id: Ib41626ba675ced889bbc6fe4047e68a1d2ad529d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139918
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx
index 30d959b865e9..44ecb8fefded 100644
--- a/svx/source/svdraw/svdoashp.cxx
+++ b/svx/source/svdraw/svdoashp.cxx
@@ -514,7 +514,7 @@ double SdrObjCustomShape::GetExtraTextRotation( const bool 
bPreRotation ) const
         if ( pAny )
             *pAny >>= fExtraTextRotateAngle;
 
-        // As long as the edit engine is not able to rendere these text 
directions we
+        // As long as the edit engine is not able to render these text 
directions we
         // emulate them by setting a suitable text pre-rotation.
         const SvxFrameDirectionItem& rDirectionItem = 
GetMergedItem(SDRATTR_WRITINGMODE2);
         if (rDirectionItem.GetValue() == SvxFrameDirection::Vertical_RL_TB90)

Reply via email to