diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathmlimport.cxx | 2 | ||||
-rw-r--r-- | starmath/source/mathtype.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx index 5d01bc5b013b..94ac10ffc993 100644 --- a/starmath/source/mathmlimport.cxx +++ b/starmath/source/mathmlimport.cxx @@ -2353,7 +2353,7 @@ SvXMLImportContext *SmXMLRowContext_Impl::StrictCreateChildContext( break; /*Note: The maligngroup should only be seen when the row - * (or decendants) are in a table*/ + * (or descendants) are in a table*/ case XML_TOK_MALIGNGROUP: pContext = GetSmImport().CreateAlignGroupContext(nPrefix,rLocalName, xAttrList); diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx index 35f190145a81..42e7f289accb 100644 --- a/starmath/source/mathtype.cxx +++ b/starmath/source/mathtype.cxx @@ -584,7 +584,7 @@ int MathType::Parse(SotStorage *pStor) #endif int nRet = HandleRecords(); - //little crude hack to close ocassionally open expressions + //little crude hack to close occasionally open expressions //a sophisticated system to determine what expressions are //opened is required, but this is as much work as rewriting //starmaths internals. |