From abf17ce6472557d776268c64681883203c139fcf Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 18:23:31 +0200 Subject: Fix typos Change-Id: Iedac37e0e056815e64294c70a233242df6dbf110 Reviewed-on: https://gerrit.libreoffice.org/77278 Tested-by: Jenkins Reviewed-by: Julien Nabet --- testtools/source/bridgetest/idl/bridgetest.idl | 2 +- testtools/source/cliversioning/makefile.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testtools') diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl index 8ddfc2bfd234..4e99101807c9 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.idl @@ -361,7 +361,7 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface /*** * This method returns the parameter value. - * Method to extensivly test anys. + * Method to extensively test anys. ****/ any transportAny( [in] any value ); diff --git a/testtools/source/cliversioning/makefile.mk b/testtools/source/cliversioning/makefile.mk index 8c5d318e82e2..aabbeb2969d0 100644 --- a/testtools/source/cliversioning/makefile.mk +++ b/testtools/source/cliversioning/makefile.mk @@ -116,7 +116,7 @@ RUNINSTRUCTIONS : @echo To run the test go to qa\cliversioning, run dmake and follow instructions. @echo . @echo Or install an office with full system integration and run $(BIN)$/runtests.exe - @echo in a console withouth build environment. + @echo in a console without build environment. @echo . @echo Or install an office with setup /a. Expand PATH with the bin folder of the URE. @echo Set UNO_PATH=system_path_to_program_folder -- cgit