diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-19 12:08:23 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-19 14:41:40 +0200 |
commit | 3a018f568beab436ea360bbb24d9730973d1d531 (patch) | |
tree | a883621ee5e717aecb1fc8127e78c84be1a08956 /odk/examples/python/Miscellaneous | |
parent | 7be0d9dfe5934f11368e979c6245d2de917d1abf (diff) |
Fix typo
Change-Id: I4eb00c710a940371b2916ae52127f1ff7f808427
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170501
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Tested-by: Jenkins
Diffstat (limited to 'odk/examples/python/Miscellaneous')
-rw-r--r-- | odk/examples/python/Miscellaneous/InputEvents.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/python/Miscellaneous/InputEvents.py b/odk/examples/python/Miscellaneous/InputEvents.py index 8424e05f99cd..9fee6aadc29a 100644 --- a/odk/examples/python/Miscellaneous/InputEvents.py +++ b/odk/examples/python/Miscellaneous/InputEvents.py @@ -24,8 +24,8 @@ There are two families of interfaces for this, called Listeners and Handlers. In many cases the Handlers are easier to use and provide more flexibility. But sometimes it's necessary to use the Listeners, as being shown below. -The Listeners usually need to be added exactly the correct widget. So this -example adds them recursivly them to all widgets below the given one. +The Listeners usually need to be added exactly to the correct widget. So this +example adds them recursively them to all widgets below the given one. """ |