diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-25 23:38:18 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-26 09:20:18 +0200 |
commit | dbcc169d8c1008d46f62e0a526aa89331471621a (patch) | |
tree | d0945680a37330685fe992a1be8099359b6ed286 /starmath | |
parent | 2dbe6a2d57956be392966c363d03f54cb68dd4fa (diff) |
Fix typos
Change-Id: I2ce725f87ee6f8ebcffbac268cc7e7f8850023e5
Reviewed-on: https://gerrit.libreoffice.org/39232
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/visitors.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/visitors.cxx b/starmath/source/visitors.cxx index a0a337c79525..11606f74005f 100644 --- a/starmath/source/visitors.cxx +++ b/starmath/source/visitors.cxx @@ -401,7 +401,7 @@ void SmDrawingVisitor::Visit( SmRootSymbolNode* pNode ) mrDev.SetLineColor( ); aTmpDev.SetFont( pNode->GetFont( ) ); - // since the width is always unscaled it corresponds ot the _original_ + // since the width is always unscaled it corresponds to the _original_ // _unscaled_ font height to be used, we use that to calculate the // bar height. Thus it is independent of the arguments height. // ( see display of sqrt QQQ versus sqrt stack{Q#Q#Q#Q} ) |