[Libreoffice-commits] core.git: starmath/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 18 17:24:36 UTC 2021


 starmath/source/mathml/import.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3ab570d8b3e208db966865357a4f8ecae2e0afc2
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Aug 17 15:50:41 2021 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Aug 18 19:23:58 2021 +0200

    Fix typo
    
    Change-Id: I2e1bc1530bd0a8cf6fef93dcaf8092458da79231
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120598
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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");
             }
         }
     }


More information about the Libreoffice-commits mailing list