diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:23:31 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 11:26:20 +0200 |
commit | abf17ce6472557d776268c64681883203c139fcf (patch) | |
tree | f324db52113c5b23b2e93eb90373795a60066b84 /testtools/source | |
parent | 7c19bca8332b301559fe6b1db664c94adff908e6 (diff) |
Fix typos
Change-Id: Iedac37e0e056815e64294c70a233242df6dbf110
Reviewed-on: https://gerrit.libreoffice.org/77278
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'testtools/source')
-rw-r--r-- | testtools/source/bridgetest/idl/bridgetest.idl | 2 | ||||
-rw-r--r-- | testtools/source/cliversioning/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
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 |