summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-10-23 11:35:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-10-24 14:34:15 +0200
commita27d9845935149005342c74736a961068e6bf242 (patch)
tree3cd20217e1ead6b5361d35b8a900eb61a1c9c1fc
parent9320dc6615c8d745b1130aa6bf8de83a833e144b (diff)
Fix typos
Change-Id: I8d2ff75a7b185daf331724616b4c61c5569c0664 Reviewed-on: https://gerrit.libreoffice.org/62226 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--comphelper/source/misc/SelectionMultiplex.cxx2
-rw-r--r--comphelper/source/property/propmultiplex.cxx2
-rw-r--r--dbaccess/qa/unit/tdf119625.cxx4
3 files changed, 4 insertions, 4 deletions
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