summaryrefslogtreecommitdiffstats
path: root/testtools/qa/cli
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /testtools/qa/cli
parenttdf#95505 Dump usage stats to text file (diff)
downloadcore-64d624b65124ac02d8ee59b135593fd9d8eb9067.tar.gz
core-64d624b65124ac02d8ee59b135593fd9d8eb9067.zip
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'testtools/qa/cli')
-rw-r--r--testtools/qa/cli/readme.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/testtools/qa/cli/readme.txt b/testtools/qa/cli/readme.txt
index d0a55beae98b..88ad4bd30b12 100644
--- a/testtools/qa/cli/readme.txt
+++ b/testtools/qa/cli/readme.txt
@@ -1,26 +1,26 @@
This test is for Windows only!
-The cli test uses .NET assemblies:
-cli_types.dll,
-cli_basetypes.dll,
-cli_ure.dll,
+The cli test uses .NET assemblies:
+cli_types.dll,
+cli_basetypes.dll,
+cli_ure.dll,
cli_cppuhelper.dll.
-When an office is properly installed then these assemblies can be found in the
-global assebly cache (GAC), for example in c:\windows\assembly.
+When an office is properly installed then these assemblies can be found in the
+global assembly cache (GAC), for example in c:\windows\assembly.
-When the test is run then the assemblies are used from the GAC. That is
+When the test is run then the assemblies are used from the GAC. That is
one has to make sure that one has the respective office installed.
-The test can also be run without an installed office. Then the assemblies are used
+The test can also be run without an installed office. Then the assemblies are used
which reside next to the executable. The testtools project copies the assemblies from
the build environment into the wntmscixx\bin folder.
-However, if for some reason an assembly remains in the GAC than it is used no matter
+However, if for some reason an assembly remains in the GAC than it is used no matter
what.
-The qa test simply executes the cli_bridgetest_inprocess.exe. All console output is decarded.
-When the test fails one should directly run that executable. Then one may see the cause
+The qa test simply executes the cli_bridgetest_inprocess.exe. All console output is descarded.
+When the test fails one should directly run that executable. Then one may see the cause
of the failure in the console.