summaryrefslogtreecommitdiff
path: root/starmath/source/rect.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-16 16:34:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-16 19:16:10 +0200
commit3db23609d368687dd2b3122160d450e4bc5bbb78 (patch)
tree149b9567d019ac383fca0b1a5cf1c1c6cd18fb83 /starmath/source/rect.cxx
parenta94f95d173e531fe7df0e8caebd6763253798b39 (diff)
Fix typos
Split from https://gerrit.libreoffice.org/#/c/76764/ Change-Id: I19f11f80f08ce0d5b4ffda20449f1cddea980b7d Reviewed-on: https://gerrit.libreoffice.org/77596 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath/source/rect.cxx')
-rw-r--r--starmath/source/rect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx
index ab32022aac2a..bb1a1628dd85 100644
--- a/starmath/source/rect.cxx
+++ b/starmath/source/rect.cxx
@@ -467,7 +467,7 @@ SmRect & SmRect::ExtendBy(const SmRect &rRect, RectCopyMBL eCopyMode)
// The baseline is set according to 'eCopyMode'.
// If one of the rectangles has no relevant info the other one is copied.
{
- // get some values used for (italic) spaces adaption
+ // get some values used for (italic) spaces adaptation
// ! (need to be done before changing current SmRect) !
long nL = std::min(GetItalicLeft(), rRect.GetItalicLeft()),
nR = std::max(GetItalicRight(), rRect.GetItalicRight());