comphelper/source/misc/SelectionMultiplex.cxx |    2 +-
 comphelper/source/property/propmultiplex.cxx  |    2 +-
 dbaccess/qa/unit/tdf119625.cxx                |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit a27d9845935149005342c74736a961068e6bf242
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Oct 23 11:35:25 2018 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Oct 24 14:34:15 2018 +0200

    Fix typos
    
    Change-Id: I8d2ff75a7b185daf331724616b4c61c5569c0664
    Reviewed-on: https://gerrit.libreoffice.org/62226
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/comphelper/source/misc/SelectionMultiplex.cxx 
b/comphelper/source/misc/SelectionMultiplex.cxx
index f9760a647c42..d7b7b721bbfc 100644
--- a/comphelper/source/misc/SelectionMultiplex.cxx
+++ b/comphelper/source/misc/SelectionMultiplex.cxx
@@ -88,7 +88,7 @@ void SAL_CALL OSelectionChangeMultiplexer::disposing( const  
EventObject& _rSour
         if (!locked())
             m_pListener->_disposing(_rSource);
         // disconnect the listener
-        if (m_pListener)    // may have been reset whilest calling into 
_disposing
+        if (m_pListener)    // may have been reset whilst calling into 
_disposing
             m_pListener->setAdapter(nullptr);
     }
 
diff --git a/comphelper/source/property/propmultiplex.cxx 
b/comphelper/source/property/propmultiplex.cxx
index ec9ca1292319..5feaa7b5db09 100644
--- a/comphelper/source/property/propmultiplex.cxx
+++ b/comphelper/source/property/propmultiplex.cxx
@@ -116,7 +116,7 @@ void SAL_CALL OPropertyChangeMultiplexer::disposing( const  
EventObject& _rSourc
         if (!locked())
             m_pListener->_disposing(_rSource);
         // disconnect the listener
-        if (m_pListener)    // may have been reset whilest calling into 
_disposing
+        if (m_pListener)    // may have been reset whilst calling into 
_disposing
             m_pListener->setAdapter(nullptr);
     }
 
diff --git a/dbaccess/qa/unit/tdf119625.cxx b/dbaccess/qa/unit/tdf119625.cxx
index 9ec05bf6a518..db1c5002c943 100644
--- a/dbaccess/qa/unit/tdf119625.cxx
+++ b/dbaccess/qa/unit/tdf119625.cxx
@@ -53,7 +53,7 @@ struct expect_t
 /* The values here assume that our results are in UTC.  However,
    tdf#119675 "Firebird: Migration: User dialog to set treatment of
    datetime and time values during migration" is going to change the
-   finaly result of migration.  If that change is implemented below
+   final result of migration. If that change is implemented below
    the level we are testing, this test will have to allow for or set
    the destination timezone.
  */
@@ -73,7 +73,7 @@ void Tdf119625Test::testTime()
            caused by
            'isc_dsql_execute'
 
-           
warn:dbaccess:22435:22435:dbaccess/source/filter/hsqldb/hsqlimport.cxx:373: 
Error during migratio
+           
warn:dbaccess:22435:22435:dbaccess/source/filter/hsqldb/hsqlimport.cxx:373: 
Error during migration
 
        In this case, we do not expect anything good from the following
        code, but I (tje, 2018-09-04) do not know how to detect this
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to