diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-07 22:57:09 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-08 08:53:12 +0200 |
commit | bc8131987bb59f3e3467385c53be52fc7cfa0908 (patch) | |
tree | df82610316cf12e7dda75ba026d06ba0f37c93ff /wizards/com | |
parent | 09978dd1fc18ce1ae707bc9e4ea1d2745ff07b61 (diff) |
Fix typos
Change-Id: I75692373028a64ba71899a4fd8c240fa4f2f1c02
Reviewed-on: https://gerrit.libreoffice.org/60172
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'wizards/com')
-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 6b3561003b4c..be49d5d022e5 100644 --- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py +++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py @@ -825,7 +825,7 @@ class ControlRow(object): self.timebox.Model.Enabled = enabled ''' - Impelementation of XKeyListener. + Implementation of XKeyListener. Optionally performs the one of the following: cursor up, or down, row up or down ''' |