summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-09-10 22:35:39 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-09-10 22:35:39 +0200
commit037d03b9facb414ba6be01fa6ee92fc7ca89f70c (patch)
tree119676e8107fada1b91ef12a72e9bbf7b393729f /editeng
parent44ead04eb5fc61a3f56f783adb1509fab440e212 (diff)
Typo: (N|n)ormaly->(N|n)ormally
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx
index e23b4e899d89..09367ca1fd67 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -1533,7 +1533,7 @@ bool ImpEditEngine::CreateLines( sal_Int32 nPara, sal_uInt32 nStartPosY )
}
else if ( nIndex && bLineBreak && GetTextRanger() )
{
- // normaly CreateAndInsertEmptyLine would be called, but I want to use
+ // normally CreateAndInsertEmptyLine would be called, but I want to use
// CreateLines, so I need Polygon code only here...
TextPortion* pDummyPortion = new TextPortion( 0 );
pParaPortion->GetTextPortions().Append(pDummyPortion);