summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:34:23 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:33 +0200
commit6cde7647c94b896eafbb9d79e2e7c4f0a86a465c (patch)
treedf8c976b292c9aac1387528e0d5f38b6def334ee /starmath
parentc035317c327d1f8a462f3abd5face29d85bbc991 (diff)
typo: implicitely -> implicitly
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 3d218811b715..4e0f561113ab 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -1498,7 +1498,7 @@ void SmBinDiagonalNode::Arrange(const OutputDevice &rDev, const SmFormat &rForma
pLeft->Arrange(aTmpDev, rFormat);
pRight->Arrange(aTmpDev, rFormat);
- // determine implicitely the values (incl. the margin) of the diagonal line
+ // determine implicitly the values (incl. the margin) of the diagonal line
pOper->Arrange(aTmpDev, rFormat);
long nDelta = pOper->GetWidth() * 8 / 10;