summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAhmed ElShreif <aelshreif7@gmail.com>2019-08-20 22:37:17 -0500
committerAhmed ElShreif <aelshreif7@gmail.com>2019-08-20 22:37:17 -0500
commit01af2d7122e8de8cbf96d1a04eb88817276db410 (patch)
treeed8f7a7974cf04fd7da6dc9f0bc05e6d470d7730 /vcl
parent494b11bb7a069900e75ef1154323408cd7aa2560 (diff)
uitest: Fix typos
Change-Id: I41023dd1fd06ca48849726d3372f74a4990c27a3
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/uitest/logger.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/uitest/logger.cxx b/vcl/source/uitest/logger.cxx
index e2c3ade0a48b..ccbf44fda51c 100644
--- a/vcl/source/uitest/logger.cxx
+++ b/vcl/source/uitest/logger.cxx
@@ -357,7 +357,7 @@ void UITestLogger::logEvent(const EventDescription& rDescription)
{
OUString aParameterString = StringMapToOUString(rDescription.aParameters);
- //here we will customize our statments depending on the caller of this function
+ //here we will customize our statements depending on the caller of this function
OUString aLogLine;
//first check on general commands
if (rDescription.aAction == "SET")
@@ -424,7 +424,7 @@ void UITestLogger::logEvent(const EventDescription& rDescription)
}
else if (rDescription.aAction == "LAUNCH")
{
- aLogLine = "Lanuch AutoFilter from Col "
+ aLogLine = "Launch AutoFilter from Col "
+ GetValueInMapWithIndex(rDescription.aParameters, 2) + " and Row "
+ GetValueInMapWithIndex(rDescription.aParameters, 1);
}