diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-19 01:58:13 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-19 19:45:07 +0000 |
commit | 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 (patch) | |
tree | 7d6d8d0e5ca167afdd5530f6862e70669537d3e3 /wizards/com | |
parent | 1721236b5b3fad5660495d638f7cdf6abfcb7a47 (diff) |
Fix typos
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c
Reviewed-on: https://gerrit.libreoffice.org/17187
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'wizards/com')
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/AgendaDocument.py | 4 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/web/FTPDialog.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py index 23c9a60de067..b72eede12512 100644 --- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py +++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py @@ -824,10 +824,10 @@ class Topics(object): Note this method does only reducing - if the number of topics given is greater than the number of actual topics it does *not* add - rows ! + rows! Note also that the first topic will never be removed. If the table contains no topics, the whole section will - be removed uppon finishing. + be removed upon finishing. The reason for that is a "table-design" one: the first topic is maintained in order to be able to add rows with a design of this topic, and not of the header row. diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.py b/wizards/com/sun/star/wizards/web/FTPDialog.py index 5f45ae6fe172..765685c21f84 100644 --- a/wizards/com/sun/star/wizards/web/FTPDialog.py +++ b/wizards/com/sun/star/wizards/web/FTPDialog.py @@ -215,7 +215,7 @@ class FTPDialog(UnoDialog2, UIConsts): # updates the hostname, username, password and # directory text fields. - # is called uppon initialization. + # It's called upon initialization. def updateUI(self): DataAware.updateUIs(self.dataAware) self.setDir(self.folder) |