summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-24 23:22:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-25 08:53:38 +0100
commitd20afc4fb3bdae03d468b8fb8d888d98d3473ed2 (patch)
tree02695e84c1cf0fb7263280593b2c28a187b31b0d /framework
parent4c0735830be6ebf83ce562025fdb34dfd036948e (diff)
Fix typos
Change-Id: If75cf86a65c6f03c6c467efb677e2f7e3e5da576 Reviewed-on: https://gerrit.libreoffice.org/48547 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/helper/mischelper.hxx2
-rw-r--r--framework/qa/complex/loadAllDocuments/InteractionHandler.java2
-rw-r--r--framework/qa/complex/loadAllDocuments/StatusIndicator.java2
3 files changed, 3 insertions, 3 deletions
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().
*/