From e10d196ab74ee9abaedaf8e5d0500f010b28338e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 5 Nov 2018 15:13:09 +0100 Subject: Fix typos Change-Id: Id5489f3e8f1d3ced3d57b56f8d3a7a4818af0fca Reviewed-on: https://gerrit.libreoffice.org/62377 Reviewed-by: Julien Nabet Tested-by: Jenkins --- .../DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk') 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. -- cgit