summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
index b9314bb9c467..4a6e9f9900b5 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
@@ -395,7 +395,7 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
/*
* Implementation of interface XDispatchProvider
- * These functions are called from our master if he willn't handle the outstanding request.
+ * These functions are called from our master if he will not handle the outstanding request.
* Given parameter should be checked if they are right for us. If it's true, the returned
* dispatcher should be this implementation himself; otherwise call should be forwarded
* to the slave.