summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 10:52:34 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 10:56:21 +0100
commit1101ae6772d7ee57c6f183b031ebd4cbd6d6a599 (patch)
tree5fb3c271470077763b2534d3e406ed511e787bd1 /wizards
parentf6a0e670647f013e30ba5628c66625b1176a3cb6 (diff)
Typo: deleteing->deleting
Change-Id: I2bdde7524a97039c94a8da5ac5d2eba38c91d71a
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaDocument.py2
-rw-r--r--wizards/com/sun/star/wizards/agenda/TopicsControl.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index 9cba65e1973e..5f2a212d176a 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -691,7 +691,7 @@ class ItemsTable(object):
return
'''
- now before deleteing i move the cursor up so it
+ now before deleting i move the cursor up so it
does not disappear, because it will crash office.
'''
cursor.gotoStart(False)
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index 90576cc6cd96..01dc44c0bf59 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -39,7 +39,7 @@ Important behaiviour of this control is that there is always a
blank row at the end, in which the user can enter data.<br/>
Once the row is not blank (thus, the user entered data...),
a new blank row is added.<br/>
-Once the user removes the last *unempty* row, binsertRowy deleteing its data, it becomes
+Once the user removes the last *unempty* row, binsertRowy deleting its data, it becomes
the *last empty row* and the one after is being automatically removed.<br/><br/>
The contorl shows 5 rows at a time.<br/>
If, for example, only 2 rows exist (from which the 2ed one is empty...)