diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-17 13:36:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-05-17 16:02:30 +0200 |
commit | 9786f2b0b7979a4cb781ea52b4510eecfd15dc49 (patch) | |
tree | bd90ecb072cf4a1b790dfffda0c21b4de1b1724a /uitest | |
parent | 78dc713fd7b7abe4612c740a37a22eda8fc63cd2 (diff) |
Fix typos
Change-Id: I3ecb671165ba65baaf304e7afec097209c8c88d8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94384
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/ui_logger_dsl/dsl_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/ui_logger_dsl/dsl_core.py b/uitest/ui_logger_dsl/dsl_core.py index d4a9601f3997..7390ec03f46a 100644 --- a/uitest/ui_logger_dsl/dsl_core.py +++ b/uitest/ui_logger_dsl/dsl_core.py @@ -371,7 +371,7 @@ class ul_Compiler: else: self.flag_for_QuerySaveDialog = False - # This is to solve the problem of re-using the same id again in diffrent Dialogs + # This is to solve the problem of re-using the same id again in different Dialogs self.objects.clear() |