odk/examples/python/Miscellaneous/InputEvents.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3a018f568beab436ea360bbb24d9730973d1d531
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Fri Jul 19 12:08:23 2024 +0200
Commit:     Andrea Gelmini <[email protected]>
CommitDate: Fri Jul 19 14:41:40 2024 +0200

    Fix typo
    
    Change-Id: I4eb00c710a940371b2916ae52127f1ff7f808427
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170501
    Reviewed-by: Andrea Gelmini <[email protected]>
    Tested-by: Jenkins

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.
 """
 
 

Reply via email to