From f6a0e670647f013e30ba5628c66625b1176a3cb6 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 21 Feb 2015 10:50:22 +0100 Subject: -Typo: (dis)apear(s)->(dis)appear(s) Change-Id: Ie5d18aa59885172bd701ddcfb0e62f5ad3816de9 --- wizards/com/sun/star/wizards/agenda/AgendaDocument.py | 2 +- wizards/com/sun/star/wizards/web/WWD_Startup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards') 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).
Initializes the Items Cache map. Analyses the document:
- -find all "fille-ins" (apear as >xxx< in the document). + -find all "fille-ins" (appear as >xxx< 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) -- cgit