summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-18 20:07:23 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-19 05:49:15 +0000
commitd948d66509022befdb6e2c589859ca7dee9e5347 (patch)
tree67b07fa61ce0ef26655ba69af33c531732e39955 /odk
parent7e24cedb9eaf68c2b95296bf6352f94e2a60532e (diff)
Fix typos
Change-Id: I5c89a47e658ae4ad2b0cdfcdb4988c4b79353085 Reviewed-on: https://gerrit.libreoffice.org/35413 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Drawing/Helper.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java4
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java2
3 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/Helper.java b/odk/examples/DevelopersGuide/Drawing/Helper.java
index bbc99887a413..f959248737cf 100644
--- a/odk/examples/DevelopersGuide/Drawing/Helper.java
+++ b/odk/examples/DevelopersGuide/Drawing/Helper.java
@@ -46,7 +46,7 @@ public class Helper
/** Connect to an office, if no office is running a new instance is started.
* A new connection is established and the service manger from the running
- * offic eis returned.
+ * office is returned.
*/
public static XComponentContext connect()
throws Exception
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
index 208c1e5fc967..a579290c550f 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
@@ -117,8 +117,8 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
* start working as frame action listener really.
* We will be frame action listener here. In case
* we get a frame action which indicates, that we should
- * update our interception. Because such using of an interecptor
- * isn't guaranteed - in case a newer one was registered ...
+ * update our interception. Because such using of an interceptor
+ * isn't guaranteed - in case a newer one was registered...
*/
public void startListening()
{
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
index e7913da25249..948483298657 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
@@ -188,7 +188,7 @@ class StatusListener implements com.sun.star.frame.XStatusListener,
* Because it's a oneway method we start a thread as reaction. This thread call
* us back and we can do necessary things there.
* But we shouldn't start such action - if it's not really necessary.
- * So we check before, if we are intereested on this event really.
+ * So we check before, if we are interested on this event really.
*
* @see #impl_frameAction
*