summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaDocument.py2
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Startup.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 f28cb9470325..9cba65e1973e 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -269,7 +269,7 @@ class AgendaDocument(TextDocument):
date of the document (which is document-specific).<br/>
Initializes the Items Cache map.
Analyses the document:<br/>
- -find all "fille-ins" (apear as &gt;xxx&lt; in the document).
+ -find all "fille-ins" (appear as &gt;xxx&lt; in the document).
-analyze all items sections (and the tables in them).
-locate the titles and actualize them
-analyze the topics table
diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.py b/wizards/com/sun/star/wizards/web/WWD_Startup.py
index bbf35817723a..69a884e3c7fe 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Startup.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Startup.py
@@ -308,7 +308,7 @@ class WWD_Startup(WWD_General):
for index,item in enumerate(sessions):
self.settings.savedSessions.add(index, item)
# add an empty session to the saved session
- # list which apears in step 1
+ # list which appears in step 1
sn = CGSessionName()
sn.cp_Name = self.resources.resSessionNameNone
self.settings.cp_SavedSessions.add(0, sn)