wizards/com/sun/star/wizards/agenda/TopicsControl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ef0e2c9f970ac59c8b27f79fb0cda6106f2f3013 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 25 13:23:58 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jun 25 13:54:10 2024 +0200 Fix typo Change-Id: I696c8d2a1f18704c5907136e5acc5b9723fdd983 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169516 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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.