summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-11-23 23:21:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-11-23 23:22:25 +0100
commitb3c2cf2ae1644088a7fc5c325cce71f71d2b37fd (patch)
tree0b350556371edd8f55c85fe2629b853883bb6150 /starmath
parent12be7ad5b6572e1800c3f2b7e78bbe6b5df48acf (diff)
widht -> width
Change-Id: I661eeb167a95540a223ce72aac51789daf3767dc
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 819bc5e318f3..d8dac6b4a941 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -2539,7 +2539,7 @@ void SmMatrixNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat)
SmNode *pNode;
sal_uInt16 i, j;
- // initialize array that is to hold the maximum widhts of all
+ // initialize array that is to hold the maximum widths of all
// elements (subnodes) in that column.
long *pColWidth = new long[nNumCols];
for (j = 0; j < nNumCols; j++)