diff options
-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 0f766d87a4dc..58697a0fe216 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)? ; //============================================================= -//helper grammar for EditUIObject +//hellper 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 |