From 3678fca9098d4e61135cc732e8e37da3e6cab626 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 17 Aug 2021 15:50:50 +0200 Subject: Fix typo Change-Id: Ib67f29eec54557811eb1136673030249b296289e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120599 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- ure/source/uretest/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ure/source/uretest/README') diff --git a/ure/source/uretest/README b/ure/source/uretest/README index 8b4f8dcb7218..2699156a5e59 100644 --- a/ure/source/uretest/README +++ b/ure/source/uretest/README @@ -68,7 +68,7 @@ Makefile and Makefile.pln can execute the following tests: Builds a C++ UNO component, cppmain.uno, and runs the component with the uno executable. The component first attempts to instantiate all the UNO services and singletons that are part of the URE installation. The component then tries -to instantiate and to call another C++ UNO component (ccptest.uno) as well as a +to instantiate and to call another C++ UNO component (cpptest.uno) as well as a Java UNO component (javatest.uno). The test completes when these components throw a special exception that is caught by cppmain.uno. -- cgit