summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-17 18:26:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-17 21:32:50 +0200
commit79ee6c979dcb87228836964af4f153f42edba745 (patch)
tree6348900b2f4e0fae23ea6b114f6ec1ccb8ff64f5 /cui
parentcb06f61967850f7c3bbaaf3575901d6a18b94c96 (diff)
Fix typos
Change-Id: I3423511c0d7a13bd28e9a808e0d634148b759643 Reviewed-on: https://gerrit.libreoffice.org/53057 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 e3242b486b30..b782ed533d73 100644
--- a/cui/source/dialogs/SpellDialog.cxx
+++ b/cui/source/dialogs/SpellDialog.cxx
@@ -1958,7 +1958,7 @@ void SentenceEditWindow_Impl::UndoActionEnd()
void SentenceEditWindow_Impl::MoveErrorEnd(long nOffset)
{
- // Shoudn't we always add the real signed value instead???
+ // Shouldn't we always add the real signed value instead???
if(nOffset > 0)
m_nErrorEnd = m_nErrorEnd - static_cast<sal_Int32>(nOffset);
else