summaryrefslogtreecommitdiff
path: root/uitest/ui_logger_dsl/uno_commands.tx
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 /uitest/ui_logger_dsl/uno_commands.tx
parent494b11bb7a069900e75ef1154323408cd7aa2560 (diff)
uitest: Fix typos
Change-Id: I41023dd1fd06ca48849726d3372f74a4990c27a3
Diffstat (limited to 'uitest/ui_logger_dsl/uno_commands.tx')
-rw-r--r--uitest/ui_logger_dsl/uno_commands.tx4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/ui_logger_dsl/uno_commands.tx b/uitest/ui_logger_dsl/uno_commands.tx
index 2d602f32b43c..e17d479af240 100644
--- a/uitest/ui_logger_dsl/uno_commands.tx
+++ b/uitest/ui_logger_dsl/uno_commands.tx
@@ -4,7 +4,7 @@
*/
UNOCommand:
- 'Send UNO Command' '(' uno_command_name=STRING ')' (prameters=parameter)?
+ 'Send UNO Command' '(' uno_command_name=STRING ')' (parameters=parameter)?
;
parameter:
@@ -12,6 +12,6 @@ parameter:
;
data:
- ','? key=STRING ':' value= INT|ID
+ ','? key=STRING ':' value= INT|ID
;