diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 13:53:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:45:36 +0100 |
commit | 800e09a3ce02417a52f8a1de261f1fc448dee590 (patch) | |
tree | f15276b16b5cd77804b05f78b516ee3b5ec58633 /starmath | |
parent | aa1b4a294da57bbc54c492c94919486a64b6866f (diff) |
Typos: caculate->calculate + acceses->accesses
Change-Id: Id2b645829ceb9affc76483a651fe6830a9f01cda
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/node.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index 0e95f9cc66e8..59eee48943f2 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -2608,7 +2608,7 @@ void SmMatrixNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) const SmNode *pCoNode = pTmpNode->GetLeftMost(); RectHorAlign eHorAlign = pCoNode->GetRectHorAlign(); - // caculate horizontal position of element depending on column + // calculate horizontal position of element depending on column // and horizontal alignment switch (eHorAlign) { case RHA_LEFT: |