summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2017-03-30 13:51:29 +0300
committerJustin Luth <justin_luth@sil.org>2017-03-31 06:02:03 +0000
commit17d821af6bb9df93569836a92f6bed975587fc6c (patch)
treecd96c890c5600600fea061692fa13888149ae696 /sw/source
parent5251e7988a3bb1cfccff54eccf7fdd7621c4627c (diff)
spelling in comments: minmal -> minimal
Change-Id: Ie1947782cd7679c0c979d01ee7776176d771fc04 Reviewed-on: https://gerrit.libreoffice.org/35925 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/text/txttab.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/txttab.cxx b/sw/source/core/text/txttab.cxx
index 451dcb4d4b4e..6d38ae6b193a 100644
--- a/sw/source/core/text/txttab.cxx
+++ b/sw/source/core/text/txttab.cxx
@@ -352,7 +352,7 @@ bool SwTabPortion::PreFormat( SwTextFormatInfo &rInf )
PrtWidth( nMinimumTabWidth );
// Break tab stop to next line if:
- // 1. Minmal width does not fit to line anymore.
+ // 1. Minimal width does not fit to line anymore.
// 2. An underflow event was called for the tab portion.
bool bFull = ( bTabCompat && rInf.IsUnderflow() ) ||
( rInf.Width() <= rInf.X() + PrtWidth() && rInf.X() <= rInf.Width() ) ;