summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-08-21 07:33:38 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-08-21 07:33:38 +0200
commitac57362b23859591c088e36b7218f4a606dcf3bb (patch)
tree8ad161f303986d760c952d3d3b092f0160f093cc /cui
parentd718c1f65f850f7897b942c2e4415110132e51a5 (diff)
Typo: and->end
Change-Id: I8c3707dbf537261d7ed9a69807fc1bdeae851526
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/SpellDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx
index c38b03372302..a62e70292ff4 100644
--- a/cui/source/dialogs/SpellDialog.cxx
+++ b/cui/source/dialogs/SpellDialog.cxx
@@ -1544,7 +1544,7 @@ bool SentenceEditWindow_Impl::MarkNextError( bool bIgnoreCurrentError, com::sun:
sal_uInt16 nTextLen = pTextEngine->GetTextLen(0);
if(m_nErrorEnd >= nTextLen - 1)
return false;
- //if it's not already modified the modified flag has to be reset at the and of the marking
+ //if it's not already modified the modified flag has to be reset at the end of the marking
bool bModified = IsModified();
bool bRet = false;
const sal_uInt16 nOldErrorStart = m_nErrorStart;