summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/svdraw/svdoashp.cxx2
1 files changed, 1 insertions, 1 deletions
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)