diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 10:50:22 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 10:56:21 +0100 |
commit | f6a0e670647f013e30ba5628c66625b1176a3cb6 (patch) | |
tree | eb5c4e16bad7644de36f22be58d3366f6a267b99 /wizards | |
parent | 4cf69df2f543b023f4ec3d4279c5ac11a2a819d9 (diff) |
-Typo: (dis)apear(s)->(dis)appear(s)
Change-Id: Ie5d18aa59885172bd701ddcfb0e62f5ad3816de9
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/AgendaDocument.py | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/web/WWD_Startup.py | 2 |
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 >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) |