From ca5f5d6c9f297e926662424e1546e92b41c83eaf Mon Sep 17 00:00:00 2001
From: Andrea Gelmini
Date: Sat, 13 Jul 2019 14:48:31 +0200
Subject: Fix typo
Change-Id: I31e7035fd0dd7005e4bd3489719017c09bef9e14
Reviewed-on: https://gerrit.libreoffice.org/72956
Reviewed-by: Julien Nabet
Tested-by: Andrea Gelmini
---
extensions/test/ole/EventListenerSample/events.htm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'extensions/test')
diff --git a/extensions/test/ole/EventListenerSample/events.htm b/extensions/test/ole/EventListenerSample/events.htm
index 75f7bc1d9b07..0fae7eee9be8 100644
--- a/extensions/test/ole/EventListenerSample/events.htm
+++ b/extensions/test/ole/EventListenerSample/events.htm
@@ -50,7 +50,7 @@ function XEventListener_Impl()
//XEventListener
this.disposing= XEventListener_disposing;
-}
+}
function XEventListener_disposing( source)
{
@@ -88,14 +88,14 @@ to it. When the document is closed then the XEventListener::disposing method is
listener object. How the listener is set up depends on the button being clicked.
-The button will run JScript code that and adds an JScript event listener to the document.
-The listener is also implemented in JScript an is on this page..
+The button will run JScript code and that adds a JScript event listener to the document.
+The listener is also implemented in JScript and is on this page.
The button runs JScript code that creates the ActiveX component EventListener.EvtListener that
-is written in C++ and housed in a dll. Then the event listener is added to the document.
+is written in C++ and housed in a DLL. Then the event listener is added to the document.
@@ -105,7 +105,7 @@ to the document.
Runs VBScript code that creates VBasicEventListener.VBEventListener ActiveX component which was
-written with VB
+written with VB.