summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-16 15:50:41 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-08-19 11:34:21 +0200
commitb11611ffac5223f62bdecde023b6f3c456d327f2 (patch)
tree18441d7cee325c5af16eb5e29c4c33e375f7c5b6 /odk
parent35b41150e84940e87b9d961b6b402e3e060d6b8b (diff)
Fix typos
To complete https://gerrit.libreoffice.org/#/c/77567/ Change-Id: I9f56eb308ff9b23c4259a0abae60ac2f97038393 Reviewed-on: https://gerrit.libreoffice.org/77589 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java4
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java4
3 files changed, 5 insertions, 5 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
index 0f885f636934..57ac4e77951e 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
@@ -359,7 +359,7 @@ public class DocumentView extends JFrame
/**
* callback from our internal saved frame
- * which wish to die. It's not necessary to remove listener connections
+ * which wishes to die. It's not necessary to remove listener connections
* here. Because the broadcaster do it automatically.
* We have to release all references to him only.
*
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
index 8da2103aaa61..4eb7f80a76f8 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
@@ -70,7 +70,7 @@ class OnewayExecutor extends Thread
/**
- * @member m_rLink the object, which wish to be called back by this thread
+ * @member m_rLink the object, which wishes to be called back by this thread
* @member m_nRequest describes the type of the original request (means the
* called oneway method)
* @member m_lParams list of parameters of the original request
@@ -84,7 +84,7 @@ class OnewayExecutor extends Thread
/**
* ctor
* It's initialize this thread with all necessary parameters.
- * It gets the object, which wish to be called back and the type
+ * It gets the object, which wishes to be called back and the type
* and parameters of the original request.
*
* @param nRequest
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
index a2ade7f8a601..d859f203535a 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
@@ -87,7 +87,7 @@ public class ViewContainer extends Thread
* This register a new view inside this global container
* (if it doesn't already exist).
*
- * @param aView view which wish to be registered inside this container
+ * @param aView view which wishes to be registered inside this container
*/
public void addView(Object aView)
{
@@ -109,7 +109,7 @@ public class ViewContainer extends Thread
* visible frame anymore.
*
* @param aView
- * view object which wish to be deregistered
+ * view object which wishes to be deregistered
*/
public void removeView(Object aView)
{