summaryrefslogtreecommitdiff
path: root/editeng/source/misc/splwrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/misc/splwrap.cxx')
-rw-r--r--editeng/source/misc/splwrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx
index fe5fb575edaa..1195a154ce32 100644
--- a/editeng/source/misc/splwrap.cxx
+++ b/editeng/source/misc/splwrap.cxx
@@ -359,7 +359,7 @@ bool SvxSpellWrapper::SpellNext( )
}
else if( bReverse == bStartChk ) //For a change of direction, an area can
{ // be processed during certain circumstances
- if( bStartChk ) // If the firdt part is spell checked in backwards
+ if( bStartChk ) // If the first part is spell checked in backwards
bEndDone = true; // and this is reversed in the process, then
else // then the end part is processed (and vice-versa).
bStartDone = true;