From 800e09a3ce02417a52f8a1de261f1fc448dee590 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 21 Feb 2015 13:53:17 +0100 Subject: Typos: caculate->calculate + acceses->accesses Change-Id: Id2b645829ceb9affc76483a651fe6830a9f01cda --- starmath/source/node.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath') 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: -- cgit