diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-17 19:39:12 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-17 21:03:44 +0100 |
commit | 970b76816a03be0f57f35a790bea57bf299e344b (patch) | |
tree | 445ca13da577f649176f92dea60c7fc7e8053840 /starmath | |
parent | 53e6785f303e5b308a497e12d411251b216eaabf (diff) |
Fix typos
Change-Id: Id1c7ddf6c49ec709e38947a82731fe31a64aad04
Reviewed-on: https://gerrit.libreoffice.org/48076
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-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 004c153bfdc4..6bbc5d989013 100644 --- a/starmath/source/visitors.cxx +++ b/starmath/source/visitors.cxx @@ -1269,7 +1269,7 @@ void SmCaretPosGraphBuildingVisitor::Visit( SmBinDiagonalNode* pNode ) mpRightMost = right; } -//Straigt forward ( I think ) +//Straight forward ( I think ) void SmCaretPosGraphBuildingVisitor::Visit( SmBinHorNode* pNode ) { for( auto pChild : *pNode ) |