summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-19 00:00:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-19 07:19:35 +0100
commit8efd39be747c729a7f5b40cbca3e2a93585f9413 (patch)
tree7b5114af39a97964057c373d3ec2a2b6a706d5e2 /odk
parent9f3b61e51f7f9de11436b0e4eaec164f2656fbdd (diff)
Fix typos
Change-Id: Ibffe19c1dfda9d0f4ba8d2a0761ad1222491007f Reviewed-on: https://gerrit.libreoffice.org/46599 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index 6b1da998dc00..fee367d125b2 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -306,7 +306,7 @@ public class FunctionHelper
// the systemw window handle. A possible reason can be an invisible
// java window. In this case it should be enough to set return
// values to null. All other resources (which was created before)
- // will be freed automatically if scope wil be leaved.
+ // will be freed automatically if scope will be leaved.
System.out.println("May be the NativeView object wasn't really visible at calling time of getNativeWindow()?");
xPeer = null;
xWindow = null;
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
index ce47f43e26ef..a2ade7f8a601 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
@@ -71,7 +71,7 @@ public class ViewContainer extends Thread
/**
* ctor
* It's private - because nobody should create any instance
- * expect the only global one, which wil be created by ourself!
+ * expect the only global one, which will be created by ourself!
*/
private ViewContainer()
{
@@ -162,7 +162,7 @@ public class ViewContainer extends Thread
/**
- * add/remove listener for possibe shutdown events
+ * add/remove listener for possible shutdown events
*/
public void addListener( IShutdownListener rListener )
{