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
This commit is contained in:
parent
7be0d9dfe5
commit
3a018f568b
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue