diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-17 15:50:41 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-08-18 19:23:58 +0200 |
commit | 3ab570d8b3e208db966865357a4f8ecae2e0afc2 (patch) | |
tree | 9c6daf862282339200d2ee48a376721e10b9d1c7 /starmath/source | |
parent | 719e2f34837ac54ab7d789e782d5924a72c931d3 (diff) |
Fix typo
Change-Id: I2e1bc1530bd0a8cf6fef93dcaf8092458da79231
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120598
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/mathml/import.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/mathml/import.cxx b/starmath/source/mathml/import.cxx index e353f38ff72c..329205319a75 100644 --- a/starmath/source/mathml/import.cxx +++ b/starmath/source/mathml/import.cxx @@ -356,7 +356,7 @@ ErrCode SmMLImportWrapper::ReadThroughComponent(const Reference<io::XInputStream Reference<beans::XPropertySet> const& rPropSet, const char16_t* pFilterName, bool bEncrypted) { - // Needs an iunput stream but checked by caller + // Needs an input stream but checked by caller // Needs a context but checked by caller // Needs property set but checked by caller // Needs a filter name but checked by caller @@ -1335,7 +1335,7 @@ void SmMLImport::SetConfigurationSettings(const Sequence<PropertyValue>& aConfPr } catch (const Exception&) { - SAL_WARN("starmath", "Unespected issue while loading document properties"); + SAL_WARN("starmath", "Unexpected issue while loading document properties"); } } } |