diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-21 06:50:45 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-31 14:36:40 +0200 |
commit | 367719e77747bc142ac4b7ec5ee10d7c5e519c16 (patch) | |
tree | 27f92fecba1b70719ad1c07d85f4a5874409a7b0 /uitest | |
parent | 4c08f58f58e0f01ea25f1ab436046a91314d1a31 (diff) |
Fix typos (Please do not commit)
This commit is updated just to help Ahmed.
He is going to fix this in the next implementation.
Change-Id: I1cdebb27b5ded57694e97da7d990adce716448c0
Reviewed-on: https://gerrit.libreoffice.org/77743
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/ui_logger_dsl/UI_Object_commands.tx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/ui_logger_dsl/UI_Object_commands.tx b/uitest/ui_logger_dsl/UI_Object_commands.tx index 58697a0fe216..0f766d87a4dc 100644 --- a/uitest/ui_logger_dsl/UI_Object_commands.tx +++ b/uitest/ui_logger_dsl/UI_Object_commands.tx @@ -43,7 +43,7 @@ ListBoxUIObject: 'Select element with position ' POS=INT 'in' list_id=STRING ('from' parent_id=ID)? ; //============================================================= -//hellper grammar for EditUIObject +//helper grammar for EditUIObject action_on_UIObject: Type_action | SELECT | Clear ; @@ -62,4 +62,4 @@ Clear: //helper functions for SpinUIObject increase_or_ecrease: 'Increase' | 'Decrease' -;
\ No newline at end of file +; |