summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
index c8e300eadca6..0851469c1d34 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
@@ -94,7 +94,7 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
/**
* ctor
* Initialize the new interceptor. Given frame reference can be used to
- * register this interceptor on it automaticly later.
+ * register this interceptor on it automatically later.
*
* @seealso startListening()
*
@@ -555,7 +555,7 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
/**
* Implements (optional!) optimization for interceptor mechanism.
- * Any interceptor which provides this special interface is called automaticly
+ * Any interceptor which provides this special interface is called automatically
* at registration time on this method. Returned URL's will be used to
* call this interceptor directly without calling his masters before, IF(!)
* following rules will be true: