diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-09 13:25:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-02-12 15:36:33 +0100 |
commit | fe47e5fdd3500ff371eed9092f96be7bdde5a18d (patch) | |
tree | 8a5cbcc038707f60dc1efe5a0442d78cc911e298 /wizards | |
parent | 5bf91d305191eacde979aba7c3b1ef36e13a7919 (diff) |
Fix typos
Change-Id: I9ecf648960ddd131aa3d961bf86c2f1d3389355f
Reviewed-on: https://gerrit.libreoffice.org/49584
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-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 cc42aa95552a..e345ddcd11b0 100644 --- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py +++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py @@ -560,7 +560,7 @@ class TopicsControl(ControlScroller): self.focus(self.getControl(lowerRow, control)) ''' - changes the values of the given rows with eachother + changes the values of the given rows with each other @param row1 one can figure out what this parameter is... @param row2 one can figure out what this parameter is... ''' |