From dcffba40f8c46820ef589aaca97ba93a9323bf71 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 14 Sep 2022 11:54:10 +0200 Subject: Fix typo Change-Id: Ib41626ba675ced889bbc6fe4047e68a1d2ad529d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139918 Tested-by: Adolfo Jayme Barrientos Reviewed-by: Adolfo Jayme Barrientos --- svx/source/svdraw/svdoashp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') 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) -- cgit