summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-04-22 10:57:24 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-04-22 19:56:39 +0200
commitaf8eaeeb16991eb0b2804d7570521726f4913196 (patch)
treec49146dea4b867e15fb2e6efb136dee7ba3eae2d /starmath/source
parentc799de145f7e289f31e3669646e5bd12814e6c5e (diff)
Fix typos
Change-Id: Id06dc8750b735ecdba26ac607394c6e7dee16db2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114470 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Dante DM <dante19031999@gmail.com> Tested-by: Jenkins
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/mathml/element.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathml/element.cxx b/starmath/source/mathml/element.cxx
index 32ac040e0f2e..1d5733860e53 100644
--- a/starmath/source/mathml/element.cxx
+++ b/starmath/source/mathml/element.cxx
@@ -106,7 +106,7 @@ void SmMlElement::setSubElement(size_t nPos, SmMlElement* aElement)
{
// This is the new parent element
aElement->setParentElement(this);
- // Check if the vector is long enought
+ // Check if the vector is long enough
// Careful nOldSize can be 0 and -1 will underflow
// We must put something on the empty locations
size_t nOldSize = m_aSubElements.size();