summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-08-17 15:50:50 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-08-17 20:17:51 +0200
commit3678fca9098d4e61135cc732e8e37da3e6cab626 (patch)
tree5ad8c2d0cd4395a71973702a4219c5bfd2a24bbd /ure
parent3be26178dc29ed4f8637218e0d49d1bf77e124d2 (diff)
Fix typo
Change-Id: Ib67f29eec54557811eb1136673030249b296289e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120599 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ure')
-rw-r--r--ure/source/uretest/README2
1 files changed, 1 insertions, 1 deletions
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.