summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 19:01:06 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:33 +0100
commit6f892ed9fc3b836e0d23681a16425ebd60aa61f8 (patch)
tree9aae600c04fe806f2137ee521ac92088a6a166cc /starmath
parent680139fe7d51cf3c3ada1ce12fe507c298f02b67 (diff)
typo: overrride -> override
All detected by SpellCode https://code.google.com/p/spellcode/
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/node.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index 9a6ea0c0280e..a76e7c53bbd8 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -1077,7 +1077,7 @@ void SmRootNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat)
pRootSym->Arrange(rDev, rFormat);
Point aPos = pRootSym->AlignTo(*pBody, RP_LEFT, RHA_CENTER, RVA_BASELINE);
- //! overrride calculated vertical position
+ //! override calculated vertical position
aPos.Y() = pRootSym->GetTop() + pBody->GetBottom() - pRootSym->GetBottom();
aPos.Y() -= nVerOffset;
pRootSym->MoveTo(aPos);