[Libreoffice-commits] core.git: framework/inc framework/qa vcl/unx
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Jan 25 07:54:00 UTC 2018
framework/inc/helper/mischelper.hxx | 2 +-
framework/qa/complex/loadAllDocuments/InteractionHandler.java | 2 +-
framework/qa/complex/loadAllDocuments/StatusIndicator.java | 2 +-
vcl/unx/generic/dtrans/X11_selection.hxx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit d20afc4fb3bdae03d468b8fb8d888d98d3473ed2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Wed Jan 24 23:22:52 2018 +0100
Fix typos
Change-Id: If75cf86a65c6f03c6c467efb677e2f7e3e5da576
Reviewed-on: https://gerrit.libreoffice.org/48547
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/framework/inc/helper/mischelper.hxx b/framework/inc/helper/mischelper.hxx
index bbbc39869ebe..73a9b18e5a79 100644
--- a/framework/inc/helper/mischelper.hxx
+++ b/framework/inc/helper/mischelper.hxx
@@ -140,7 +140,7 @@ FWI_DLLPUBLIC void FillLangItems( std::set< OUString > &rLangItems,
//owns the Broadcaster which "owns" the Listener.
//The WeakContainerListener allows breaking this cycle and retrofitting
-//afflicted implentations fairly easily.
+//afflicted implementations fairly easily.
//OriginalListener owns the Broadcaster which "owns" the WeakContainerListener
//which forwards the events to the OriginalListener without taking ownership of
diff --git a/framework/qa/complex/loadAllDocuments/InteractionHandler.java b/framework/qa/complex/loadAllDocuments/InteractionHandler.java
index d8e5091de55e..fa2ddba9226f 100644
--- a/framework/qa/complex/loadAllDocuments/InteractionHandler.java
+++ b/framework/qa/complex/loadAllDocuments/InteractionHandler.java
@@ -22,7 +22,7 @@ import com.sun.star.uno.AnyConverter;
/**
- * Implemets a simple interaction handler,
+ * Implements a simple interaction handler,
* which can abort all incoming interactions only ... but make it possible to
* log it. So it can be used for debug and test purposes.
*/
diff --git a/framework/qa/complex/loadAllDocuments/StatusIndicator.java b/framework/qa/complex/loadAllDocuments/StatusIndicator.java
index 7a5be6607e9a..c1edbffd1e1b 100644
--- a/framework/qa/complex/loadAllDocuments/StatusIndicator.java
+++ b/framework/qa/complex/loadAllDocuments/StatusIndicator.java
@@ -24,7 +24,7 @@ package complex.loadAllDocuments;
// __________ Implementation __________
/**
- * Implemets a simple status indicator, which
+ * Implements a simple status indicator, which
* provide information about state of a load request.
* It can be used as an argument e.g. for loadComponentFromURL().
*/
diff --git a/vcl/unx/generic/dtrans/X11_selection.hxx b/vcl/unx/generic/dtrans/X11_selection.hxx
index de6e631ab9cc..638e0f9f45b2 100644
--- a/vcl/unx/generic/dtrans/X11_selection.hxx
+++ b/vcl/unx/generic/dtrans/X11_selection.hxx
@@ -356,7 +356,7 @@ namespace x11 {
m_aIncrementals;
// do not use X11 multithreading capabilities
- // since this leads to deadlocks in different Xlib implentations
+ // since this leads to deadlocks in different Xlib implementations
// (XFree as well as Xsun) use an own mutex instead
::osl::Mutex m_aMutex;
bool m_bShutDown;
More information about the Libreoffice-commits
mailing list