summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:10:12 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:05 +0200
commit314d0088be6bedeae88394e5f59500041f99b612 (patch)
tree552b7b7f7f75fa207472bc0f1919092aee39aa54
parent29368617fae1ae646a98d5faddce2b65c0a01ca2 (diff)
typo: pretent -> pretend
-rw-r--r--sw/source/core/crsr/pam.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/pam.cxx b/sw/source/core/crsr/pam.cxx
index 3fa9a4069d3c..8da7ed6e8bc6 100644
--- a/sw/source/core/crsr/pam.cxx
+++ b/sw/source/core/crsr/pam.cxx
@@ -1077,7 +1077,7 @@ void SwPaM::InvalidatePaM()
const SwTxtNode *_pTxtNd=(_pNd!=NULL?_pNd->GetTxtNode():NULL);
if (_pTxtNd!=NULL)
{
- // pretent that the PaM marks inserted text to recalc the portion...
+ // pretend that the PaM marks inserted text to recalc the portion...
SwInsTxt aHint( Start()->nContent.GetIndex(),
End()->nContent.GetIndex() - Start()->nContent.GetIndex() + 1 );
SwModify *_pModify=(SwModify*)_pTxtNd;