diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-25 13:23:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-06-25 13:54:10 +0200 |
commit | ef0e2c9f970ac59c8b27f79fb0cda6106f2f3013 (patch) | |
tree | d81de4e6c2f283b0449dbca82d4a1d166ca74a1e /wizards | |
parent | 52afd5d2679229ffb0f84143fe80b50472cd7e3b (diff) |
Fix typo
Change-Id: I696c8d2a1f18704c5907136e5acc5b9723fdd983
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169516
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/TopicsControl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py index bb8d8b81ae01..6f13ce21363f 100644 --- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py +++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py @@ -721,7 +721,7 @@ class TopicsControl(ControlScroller): traceback.print_exc() ''' -A class represting a single GUI row. +A class representing a single GUI row. Note that the instance methods of this class are being called and handle controls of a single row. |